Azure - Account

Card Puncher Data Processing

About

The login account to Azure

Management

List

az account list --all

Show

az account show
{
  "environmentName": "AzureCloud",
  "id": "397961b5-4a6f-4301-9620-8de4ac6d75f3",
  "isDefault": true,
  "name": "sub-003",
  "state": "Enabled",
  "tenantId": "c81da1d8-65ca-11e7-b1d1-ecb1d756380e,
  "user": {
    "name": "[email protected]",
    "type": "user"
  }
}

where:





Discover More
Card Puncher Data Processing
Azure - Subscription

A subscription is linked to an account Specify the subscription that you want to use.
Azure Portal Ad Tenant Id
Azure - Tenant

The tenant seems to be the active directory domain. One tenant = one organisation. from the Azure portal > ? > Show diagnostics The value is a sort of hash value. Example: c81da1d8-65ca-11e7-b1d1-ecb1d756380e...



Share this page:
Follow us:
Task Runner