Azure Subscription
(Redirected from Azure subscription)
Jump to navigation
Jump to search
An Azure Subscription is a logical container within Azure cloud that associates resource groups and their respective resources.
- Context:
- It can be related to Azure Resource Manager controls.
- It can be used to manage access to the Azure Resource and to define how resources are billed.
- It can organize resources based on ownership, security, and lifecycle.
- …
- Example(s):
- One used by a specific department within a company to manage all their resources.
- One used to segregate development, testing, and production environments within an organization.
96da0b76-912b-4197-b864-960dc4bf6a37
athttps://portal.azure.com/#@gabormelligmail.onmicrosoft.com/resource/subscriptions/96da0b76-912b-4197-b864-960dc4bf6a37/
.- …
- Counter-Example(s):
- Managing resources without segregating them into specific subscriptions.
- GCP Account, or AWS Account.
- See: Azure Resource, Azure Resource Group, Azure Resource Manager.
References
2023
- GBard
- GCP accounts are containers for all GCP resources, including projects, folders, and organizations. GCP projects are containers for all GCP services, such as virtual machines, Cloud Storage buckets, and Cloud Functions.
- Azure subscriptions are containers for all Azure resources, including resource groups, storage accounts, and virtual machines. Azure resource groups are containers for related Azure resources, such as a virtual machine and its associated storage account.
- AWS accounts are containers for all AWS resources, including regions, Availability Zones, and EC2 instances. AWS regions are geographical locations where AWS resources are located. AWS Availability Zones are isolated locations within a region.