0% found this document useful (0 votes)
107 views31 pages

Az 103 - Day01 Itforvn

This document provides an overview and agenda for a training course on becoming an Azure Administrator. It discusses the roles and responsibilities of a Cloud Administrator and the prerequisites for the course. The course objectives are outlined which include managing Azure subscriptions and resources, storage, virtual machines, virtual networks, identities and more. It also discusses the certification areas covered in the AZ-103 exam and hands-on labs that will be covered related to managing Azure subscriptions.

Uploaded by

Nghĩa Ngô
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
107 views31 pages

Az 103 - Day01 Itforvn

This document provides an overview and agenda for a training course on becoming an Azure Administrator. It discusses the roles and responsibilities of a Cloud Administrator and the prerequisites for the course. The course objectives are outlined which include managing Azure subscriptions and resources, storage, virtual machines, virtual networks, identities and more. It also discusses the certification areas covered in the AZ-103 exam and hands-on labs that will be covered related to managing Azure subscriptions.

Uploaded by

Nghĩa Ngô
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 31

WITH US, YOU CAN BECOME EXPERT!

Microsoft Azure
Administrator
Long Tran - MCT
Introduce: Microsoft Azure 2
Networking 3
Cloud Models 4
Services 5
Microsoft Technical Certifications 6

Fundamentals
• Microsoft Certified Azure Fundamentals (AZ-900)

Associate
• Azure Security Engineer Associate (AZ-500)
• Azure Administrator Associate (AZ-103)
• Azure AI Engineer Associate (AI-100)
• Azure Data Engineer Associate (DP-200 & DP-201)
• Azure Data Scientist Associate (DP-100)
• Azure Developer Associate (AZ-203)
Expert
• Azure Solutions Architect Expert (AZ-300 & AZ-301)
• Azure DevOps Engineer Expert (AZ-400)
Cloud Administrator Role
• Cloud Administrators manage the cloud services that span storage, networking
and compute cloud capabilities, with a deep understanding of each service
across the full IT lifecycle
• They take end-user requests for new cloud applications and make
recommendations on services to use for optimal performance and scale, as well
as provision, capacity, monitor and adjust as appropriate. This role requires
communicating and coordinating with vendors
• Cloud Administrators use the Azure Portal and as they become more proficient,
they use PowerShell and the Command Line Interface
• Successful Cloud Administrators start this role with experience on operating
systems, virtualization, cloud infrastructure, storage structures, and networking
About this Course: Prerequisites
Successful Azure Administrators start this role with experience on operating
systems, virtualization, cloud infrastructure, storage structures, and networking
• Understanding of on-premises virtualization technologies, including: VMs,
virtual networking, and virtual hard disks
• Understanding of network configuration, including TCP/IP, Domain Name
System (DNS), virtual private networks (VPNs), firewalls, and encryption
technologies
• Understanding of Active Directory concepts, including domains, forests, domain
controllers, replication, Kerberos protocol, and Lightweight Directory Access
Protocol (LDAP)
• Understanding of resilience and disaster recovery, including backup and restore
operations
About this Course: Objectives
1. Administer Azure using the Azure portal, Cloud Shell, Azure PowerShell, CLI,
and ARM templates
2. Plan for, create, and scale virtual machines
3. Implement Azure storage accounts, blob storage, Azure files, and shared access
keys
4. Configure virtual networks including planning, IP addressing, Azure DNS, and
network security groups
5. Configure data replication and backup files, folders, and virtual machines
6. Configure intersite connectivity solutions like VNet Peering, VNet-to-VNet
connections, Site-to-Site connections, and ExpressRoute
About this Course: Objectives
7. Manage network traffic using service endpoints, network routing choices, Azure
load balancer, and Azure Traffic Manager
8. Manage subscriptions, accounts, users, groups, and billing. Implement Azure
policies
9. Implement Azure Active Directory, Azure Active Directory Connect, and AD Join.
10. Secure identities with MFA, Azure AD Identity Protection, and Self-Service
Password Reset
11. Share data using the Import and Export service, Data Box, Content Delivery
Network, and File Sync
12. Monitor Azure infrastructure with Azure Monitor, Azure alerts, Log Analytics,
and Network Watcher
Certification Areas (AZ-103)

Study Areas Weights


Manage Azure subscriptions and resources 15-20%
Implement and manage storage 15-20%
Deploy and manage virtual machines 15-20%
Configure and manage virtual networks 30-35%
Manage identities 15-20%

• Percentages indicate the relative weight of each area on the exam


• The higher the percentage, the more questions you are likely to see
in that area
WITH US, YOU CAN BECOME EXPERT!

Day 1: Manage Azure Subscriptions

Long tran - MCT


Azure Portal

• Search resources, services,


and docs
• Manage resources
• Create customized
dashboards and favorites
• Access the Cloud Shell
• Receive notifications
Azure Cloud Shell
• Interactive, browser-accessible shell
• Offers either Bash or PowerShell
• Is temporary and provided on a per-
session, per-user basis
• Requires a resource group, storage
account, and Azure File share
• Authenticates automatically
• Integrated graphical text editor
• Is assigned one machine per user account
• Times out after 20 minutes
Azure PowerShell
New-AzVm `
-ResourceGroupName "CrmTestingResourceGroup" `
-Name "CrmUnitTests" `
-Image "UbuntuLTS" `
...

• Lets you connect to your Azure subscription and manage resources


• Adds the Azure-specific commands – new Az module
• Available inside a browser via the Azure Cloud Shell
• Available as a local installation on Linux, macOS, or Windows
• Has an interactive and a scripting mode
Azure CLI

az vm restart -g MyResourceGroup -n MyVm

• Cross-platform command-line program


• Runs on Linux, macOS, and Windows
• Can be used interactively or through scripts
• Commands are structured in _groups_ and _subgroups_
• Use find to locate commands
• Use --help for more detailed information
Resource Manager

• Provides a consistent management


layer
• Enables you to work with the
resources in your solution as a group
• Deploy, update, or delete in a single,
coordinated operation
• Provides security, auditing, and
tagging features
• Choose the tools and APIs that work
best for you
Manage Azure Subscriptions 18

• Azure Deployment Models


• Assign Administrator Permissions
• Configure Cost Center Quotas and Tagging
• Configure Subscription Policies
Terminology

• A resource is simply a single service instance in Azure


• A resource group is a logical grouping of resources
• An Azure resource manager template is a JSON file that allows you
to declaratively describe a set of resources
• A declarative syntax is what a template uses to state what you
intend to create
• A resource provider is service that supplies the resources you can
deploy and manage through Resource Manager
Resource Groups and Deployments

• Resources can only exist in one


resource group
• Groups cannot be renamed
• Groups can have resources of many
different types (services)
• Groups can have resources from
many different regions
• Deployments are incremental
✔️
Moving Resources

• When moving resources, both the source group and the target group
are locked during the operation
• Services that cannot be moved: AD Domain Services, ExpressRoute,
and Site Recovery
Removing Resources
and Resource Groups
• Resource Groups

Remove-AzResourceGroup -Name "ContosoRG01"


• Resources

Remove-AzResource -ResourceId <ResourceID>


Hand-on Labs

In this demonstration, you will explore the Azure portal:


1. Azure Deployment Models
2. Assign Administrator Permissions
3. Configure Cost Center Quotas and Tagging
4. Configure Subscription Policies
Assign Administrator Permissions 24
Add tags to resources to group billing
25
data
• You can use tags to group billing data for supported services.
Monitor cost breakdown and burn rate 26

• Visit the Subscriptions in the Azure portal and select a subscription.


• If it's supported for your subscription, you see the cost breakdown and burn rate.
Monitor cost breakdown and burn rate 27

• Click Cost analysis in the list one the left to see the cost breakdown by resource. After you add a
service, wait 24 hours for the data to display.
Optimize and reduce costs 28

• You can also optimize and reduce Azure costs with auto shutdown for VMs and Advisor
recommendations.
Configure Subscription Policies 29
Allow locations 30
31

WITH US, YOU CAN BECOME EXPERT!

You might also like