--- id: az title: Azure Subscription sidebar_label: Azure --- ## What Display the currently active Azure subscription information. ## Sample Configuration import Config from "@site/src/components/Config.js"; ## Properties | Name | Type | Default | Description | | -------- | :------: | :-----------: | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `source` | `string` | `first_match` | | ## Template ([info][templates]) :::note default template ```template {{ .Name }} ``` ::: ### Properties | Name | Type | Description | | -------------------- | --------- | -------------------------------------------------------------- | | `.EnvironmentName` | `string` | Azure environment name | | `.HomeTenantID` | `string` | home tenant id | | `.ID` | `string` | subscription id | | `.IsDefault` | `boolean` | is the default subscription or not | | `.Name` | `string` | subscription name | | `.State` | `string` | subscription state | | `.TenantID` | `string` | tenant id | | `.TenantDisplayName` | `string` | tenant name | | `.User.Name` | `string` | user name | | `.User.Type` | `string` | user type | | `.Origin` | `string` | where we received the information from, can be `CLI` or `PWSH` | [templates]: /docs/configuration/templates [az]: https://www.powershellgallery.com/packages/Az