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/subscriptions

Chat

Powered by AI

Talk 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" {}
2
3output "subscription_id" {
4 value = data.azurerm_subscription.current.subscription_id
5}
6
7output "display_name" {
8 value = data.azurerm_subscription.current.display_name
9}
Utilities

Utilities to support app deployment or configuration.