Hi@akhtar,
You can run the Azure CLI with the az command from either Windows Command Prompt or PowerShell. It will redirect to the browser and you need to provide your user ID and password.
$ az login
You have logged in. Now let us find all the subscriptions to which you have access...
[
{
"cloudName": "AzureCloud",
"homeTenantId": "xxxxxxxxxxxxxxxxxxx",
"id": "xxxxxxxxxxxxxxxxxxx",
"isDefault": true,
"managedByTenants": [],
"name": "Azure for Students",
"state": "Enabled",
"tenantId": "xxxxxxxxxxxxxxxxxxx",
"user": {
"name": "xxxxxxxxxxxxxxxxxxx",
"type": "user"
}
}
]
Learn more about how to install Azure CLI with Yum here!