Usefull Az commands and Powershell Equivalents

Login and default subscription Login: az login (Connect-AzAccount) List subscriptions: az account list --output table Set default subscription: az account set --subscription "subscription name or Id" (Set-AzContext -SubscriptionId "suscription Id") Delete a web app: az webapp delete --name MyWebapp --resource-group MyResourceGroup Tags Get list of tags for a resource group: az group show -n <resource group name> --query tags Get tags for a specific resource type: az resource show -n <resource name> -g <resource group name> --resource-type "Microsoft. [Read More]
Azure 

Preparing for Exam AZ-103: Microsoft Azure Administrator

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]
Azure 

Finally inpired to do Azure Certifications

Inspiration I’ll blame Mike Pfeiffer for leading me down the certification path. I have been considering it for a while and his CloudSkills.fm podcast provided the final impetus. Gregor Suttie: The CloudSkills podcast lead me to Gregor Suttie’s posts on his Azure certification journey, and I’ll likely follow his template of starting with the Administration certification, followed by the Develop exams. More from Gregor on this at From Gregor Suttie Also Ambition and drive to learn Azure [Read More]