Azure Management Infrastructure
Full-Access Members Only
Sorry, this lesson is only available to Server Academy Full-Access members. Become a Full-Access member now and get instant access to this and many more premium courses. Click the button below and get instant access now.
Instructions
Q&A (0)
Notes (0)
Resources (0)
Saving Progress...
Resources
There are no resources for this lesson.
Notes can be saved and accessed anywhere in the course. They also double as bookmarks so you can quickly review important lesson material.
In this lesson, you'll get familiar with Azure's management infrastructure, which includes resources, resource groups, subscriptions, and accounts. Knowing how these components are organized can help you better manage your Azure projects and deployments.
Azure Resources and Resource Groups
An Azure resource is anything you create or configure within Azure, such as Virtual Machines (VMs), databases, virtual networks, and more.
Resource groups are collections of these resources. Every resource must be part of a resource group, and while a resource group can contain many resources, each resource can only be in one resource group at a time. You can move resources between groups, but they will only belong to one group at any given moment. Resource groups cannot be nested within each other.
Resource groups are useful because they allow you to manage multiple resources together. For example, if you delete a resource group, all the resources within it will also be deleted. Similarly, you can apply permissions to a resource group, and those permissions will apply to all resources within the group.
Resource Group | Description |
---|---|
DevEnvironment | Contains resources for development purposes such as VMs, storage accounts, databases, and app services. |
ProdEnvironment | Contains resources for production, including VMs, storage accounts, databases, and app services. |
MarketingCampaign | Contains resources for marketing efforts, including cognitive services, databases, and web apps. |
Azure Subscriptions
Azure subscriptions are units of management and billing. They help you organize your resource groups and manage billing.
You need an Azure subscription to access and use Azure services. This subscription links to an Azure account, which can be an identity in Microsoft Entra ID or a directory trusted by it.
One Azure account can have multiple subscriptions. Each subscription can be used to apply different billing models or access management policies. Subscriptions help define boundaries around Azure services and resources, categorized into two types:
Azure Account | Subscription | Resource Groups |
---|---|---|
Server Academy Account | Dev Subscription | DevEnvironment RG, QAEnvironment RG |
Test Subscription | TestEnvironment RG | |
Production Subscription | ProdEnvironment RG, MarketingCampaign RG |
Creating Additional Azure Subscriptions
You can create additional subscriptions for various reasons:
Azure Management Groups
Management groups allow you to manage multiple subscriptions efficiently. By organizing subscriptions into management groups, you can apply governance policies uniformly. These groups provide a higher level of scope above subscriptions, and all subscriptions within a management group inherit the group's conditions.
Management groups can be nested, enabling granular control over policies and access management.
Management Group, Subscriptions, and Resource Group Hierarchy
You can create a hierarchy of management groups and subscriptions to organize your resources for unified policy and access management. This structure helps streamline governance and control across your Azure environment.
Management Group | Subscriptions | Resource Groups |
---|---|---|
ServerAcademyMgmtGroup | Dev Subscription | DevEnvironment RG, QAEnvironment RG |
Test Subscription | TestEnvironment RG | |
Production Subscription | ProdEnvironment RG, MarketingCampaign RG |
Important Facts about Management Groups
Server Academy Members Only
Sorry, this lesson is only available to Server Academy Full Access members. Become a Full-Access Member now and you’ll get instant access to all of our courses.