sub
Subscriptions
GeneralAzure
General
General information about the service.
Description
Subscriptions act as a billing unit and provide resource administration capabilities.
Namespace and Entity
Microsoft.Subscription/subscriptionsReferences
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
sub-Length
1-90
Valid Characters
Alphanumerics, hyphens, underscores.
Scope
tenant
Code
Deploy your infrastructure as code using your preferred tooling.
terraform
1data "azurerm_subscription" "current" {}23output "subscription_id" {4 value = data.azurerm_subscription.current.subscription_id5}67output "display_name" {8 value = data.azurerm_subscription.current.display_name9}
Utilities
Utilities to support app deployment or configuration.