Hello, In this article i will discuss about the basics of Azure Tenant and Azure Subscriptions, We will basically see what's the difference and how can a subscription be transferred from one Azure tenant to another.
Azure Tenant
-
Definition: An Azure Tenant is a dedicated instance of Microsoft Entra ID (formerly Azure AD) for your organization.
-
Purpose: It manages identity and access. All users, groups, and app registrations are created and managed in the tenant.
-
Scope:
-
Represents the organization in Microsoft cloud services.
-
Used across Microsoft 365, Dynamics 365, Azure, etc.
-
-
Example:
contoso.onmicrosoft.com
Key Points:
-
Each Microsoft Entra tenant is globally unique.
-
You sign in to Azure using an account that belongs to a tenant.
-
A tenant can have multiple subscriptions.
Azure Subscription
-
Definition: An Azure Subscription is a container for Azure resources like VMs, databases, storage accounts, etc.
-
Purpose: It is used for billing and resource management.
-
Scope:
-
Linked to a single Entra tenant (identity boundary).
-
Each subscription has its own billing/accounting.
-
Resource access is controlled using RBAC (Role-Based Access Control) within the subscription.
-
Key Points:
-
A tenant can contain multiple subscriptions.
-
A subscription can only belong to one tenant.
-
You can use different subscriptions to isolate environments (e.g., Dev/Test/Prod).
No comments:
Post a Comment