0%

0/1 Lessons

Course Introduction

• 12min

0 / 1 lessons complete

Introduction to Cloud Computing

• 1hr 10min

0 / 6 lessons complete

The Benefits of using Cloud Services

• 44min

0 / 6 lessons complete

Azure Cloud Service Types

• 38min

0 / 5 lessons complete

Core architectural components of Azure

• 2hr 20min

0 / 8 lessons complete

Compute and Networking Services

• 3hr 14min

0 / 13 lessons complete

Azure Storage Services

• 1hr 48min

0 / 8 lessons complete

Azure Identity, Access and Security

• 1hr 54min

0 / 10 lessons complete

Azure Cost Management

• 1hr 30min

0 / 7 lessons complete

Azure Features and Tools for Governance and Compliance

• 1hr 17min

0 / 7 lessons complete

Features and Tools for Managing and Deploying Azure Resources

• 54min

0 / 5 lessons complete

Monitoring Tools in Azure

• 24min

0 / 5 lessons complete

AZ-900 Practice Exams

• 55min

0 / 2 lessons complete

Course Conclusion

• 5min

0 / 1 lessons complete

Azure Management Infrastructure

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.

Create note

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 GroupDescription
DevEnvironmentContains resources for development purposes such as VMs, storage accounts, databases, and app services.
ProdEnvironmentContains resources for production, including VMs, storage accounts, databases, and app services.
MarketingCampaignContains 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 AccountSubscriptionResource Groups
Server Academy AccountDev SubscriptionDevEnvironment RG, QAEnvironment RG
Test SubscriptionTestEnvironment RG
Production SubscriptionProdEnvironment 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 GroupSubscriptionsResource Groups
ServerAcademyMgmtGroupDev SubscriptionDevEnvironment RG, QAEnvironment RG
Test SubscriptionTestEnvironment RG
Production SubscriptionProdEnvironment 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.

0 0 votes
Lesson Rating
Subscribe
Notify of
profile avatar
0 Comments
Inline Feedbacks
View all comments