Azure Fundamentals Step 1 of 6

What Is an Azure Subscription?

July 20, 2026 · 4 min read ·Beginner
#Azure#Subscription#Billing#Governance

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.

In this article
  • 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:

CostsUsage and charges can be tracked at subscription scope.
AccessAzure roles can be assigned to users, groups, and applications.
LimitsMany Azure quotas and service limits are applied per subscription.
GovernancePolicies, tags, and controls can be applied to organize resources.

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.

Example company structure
Company management group Production subscription Development subscription Test subscription

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 details

Pay-As-You-Go

You pay for the Azure services you use. There is no required long-term commitment for the account itself.

Official details

Azure for Students

An offer for eligible students who want to learn, build labs, and create noncommercial projects in Azure.

Official details

Visual Studio Dev/Test Credit

Some Visual Studio subscriptions include individual Azure credit for development and testing. It is not intended for production workloads.

Official details

Enterprise Agreement

Organizations with an Enterprise Agreement can create and manage Azure subscriptions under their enterprise billing structure.

Official details

Microsoft Customer Agreement

A modern billing agreement used in direct and partner scenarios. Multiple subscriptions can be organized under the billing account.

Official details

Subscription and tenant are not the same

Microsoft Entra tenant

Manages identities such as users, groups, applications, and service principals.

Azure subscription

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:

  1. Search for Subscriptions.
  2. Select the subscription you want to view.
  3. 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.

Official documentation