How to enable CLI on Azure
1. Login to Azure portal using https://portal.azure.com
2. Click yellow marked icon
3. If you have already enabled PowerShell, screen prompts like below otherwise it prompts to give you both Bash and PowerShell option.
4. Click 'Confirm' button
5. Once done, it connects to CLI (bash) and it looks like below
6. You can try running command like creating a resource group in specific location etc.
az group create --location southindia --new myRG
If you like this post, please like, comment and share. Thanks.
Leave a Comment