What Is an Azure Subscription?
An Azure subscription is one of the first concepts you need to understand before creating resources in Microsoft Azure. It connects your Azure resources to access control, costs, quotas, and governance.
- What an Azure subscription is
- Where it fits in the Azure hierarchy
- Why companies use more than one subscription
- Examples of common Azure subscription offers
What is an Azure subscription?
An Azure subscription is a logical container for Azure resources. Virtual machines, virtual networks, storage accounts, databases, and other services are created inside a subscription.
A subscription also works as an important boundary for:
Microsoft describes subscriptions as boundaries for scale, quota, cost, governance, security, and identity controls. See the official subscription design guidance.
Where does a subscription fit?
Azure Resource Manager uses four main management scopes:
The structure is hierarchical. Settings applied at a higher scope can be inherited by lower scopes. Microsoft documents these levels in the Azure Resource Manager overview.
Why use more than one subscription?
A small lab may need only one subscription. A company may use several subscriptions to separate costs, teams, projects, or environments.
This separation can make access, budgets, policies, quotas, and compliance easier to manage. It does not mean that every project must have its own subscription. The structure should match the needs of the organization.
Common Azure subscription offers
People often say “subscription type,” but Microsoft also uses the term offer. The offer or billing agreement defines how the subscription is purchased, billed, and used.
The examples below are not a complete list. Availability and eligibility can depend on the country, billing account, agreement, and user profile.
Azure Free Account
Designed for people who want to try Azure. It includes a limited credit period and selected free services.
Official detailsPay-As-You-Go
You pay for the Azure services you use. There is no required long-term commitment for the account itself.
Official detailsAzure for Students
An offer for eligible students who want to learn, build labs, and create noncommercial projects in Azure.
Official detailsVisual Studio Dev/Test Credit
Some Visual Studio subscriptions include individual Azure credit for development and testing. It is not intended for production workloads.
Official detailsEnterprise Agreement
Organizations with an Enterprise Agreement can create and manage Azure subscriptions under their enterprise billing structure.
Official detailsMicrosoft Customer Agreement
A modern billing agreement used in direct and partner scenarios. Multiple subscriptions can be organized under the billing account.
Official detailsSubscription and tenant are not the same
Manages identities such as users, groups, applications, and service principals.
Organizes Azure resources and provides boundaries for access, costs, quotas, and governance.
An Azure subscription is associated with a Microsoft Entra tenant, but they have different purposes. This topic will be covered in the next article in this learning path.
How to find your subscription
In the Azure portal:
- Search for Subscriptions.
- Select the subscription you want to view.
- Check the subscription name, status, subscription ID, and directory.
Microsoft provides the complete steps in Get subscription and tenant IDs in the Azure portal.
Summary
An Azure subscription is a central part of every Azure environment. It contains resources and provides important boundaries for costs, access, quotas, and governance.
Azure offers are available for different scenarios, including learning, personal use, development, testing, and enterprise environments. The correct option depends on who will use Azure and how the services will be billed.