Exam info
Resources:
Microsoft Azure Administrator Tracking Document Thomas Thornton’s Microsoft Azure Exam AZ-103 Study Notes Sysadmin-central Study Notes Microsoft Azure Administrator (AZ-103) Pluralsight training skylines academy AZ-103 course Skills measured:
Manage Azure subscriptions and resources Manage Azure subscriptions
assign administrator permissions > Add or change Azure subscription administrators : Portal: In Azure portal open Subscriptions and select subscription Click Access Control (IAM) Click Add > Add Role Assignment Select Owner role In Select select user or search by name or email CLI: Set default subscription to work with: az account set -s <subscription Id> Create role assignment: az role assignment create --assignee <user>@<custom domain> --role owner --scope /subscriptions/<subscription Id> configure cost center quotas and tagging > Azure subscription and service limits, quotas, and constraints Quotas Quotas are generally defined per-subscription unless managed by Azure Resource Groups, in which case they are managed per-region Quota increases can be requested via support request, provided they don’t exceed the Maximum Limit and the subscription is not a Free Trial Subscription To view quotas: Select Subscription > Usage + Quotas Quotas for resources in Azure resource groups are per-region accessible by your subscription, not per-subscription as the service management quotas are
[Read More]