Skip to content

Commit 85baa8b

Browse files
authored
Merge pull request #54080 from staleycyn/patch-3
Content drift fixes for the Design Governance module
2 parents f920322 + 271d011 commit 85baa8b

8 files changed

Lines changed: 16 additions & 29 deletions

learn-pr/wwl-azure/design-governance/includes/1-introduction.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,10 @@ In this module, you learn how to:
4242

4343
### Skills measured
4444

45-
The content in this module helps you prepare for Exam AZ-305: Designing Microsoft Azure Infrastructure Solutions. The module concepts are covered in:
46-
47-
Design identity, governance, and monitoring solutions
48-
49-
- Design a governance solution
50-
51-
- Recommend a structure for management groups, subscriptions, and resource groups, and a strategy for resource tagging.
52-
53-
- Recommend a solution for managing compliance.
45+
The content in this module helps you prepare for [Exam AZ-305: Designing Microsoft Azure Infrastructure Solutions](/credentials/certifications/exams/az-305).
5446

5547
### Prerequisites
5648

5749
- Conceptual knowledge of governance policies, resource organization, and subscription management.
5850

59-
- Working experience with organizing resources, applying governance policies, and enforcing compliance requirements.
51+
- Working experience with organizing resources, applying governance policies, and enforcing compliance requirements.

learn-pr/wwl-azure/design-governance/includes/11-summary-resources.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,14 @@ Copilot can assist you in designing Azure infrastructure solutions. Copilot can
1212

1313
## Learn more with Azure documentation
1414

15-
- Read about [governance in the Microsoft Cloud Adoption Framework for Azure](/azure/cloud-adoption-framework/govern).
15+
- Build a [cloud governance team](/azure/cloud-adoption-framework/govern/build-cloud-governance-team).
1616
- Organize resources with [management groups in Azure Governance](/azure/governance/management-groups/overview).
17-
- Organize and manage [Azure subscriptions with Microsoft Cloud Adoption Framework](/azure/cloud-adoption-framework/ready/azure-best-practices/organize-subscriptions).
18-
- Plan [how to name resources and tags with Microsoft Cloud Adoption Framework](/azure/cloud-adoption-framework/decision-guides/resource-tagging/?toc=/azure/azure-resource-manager/management/toc.json).
17+
- Plan [how to name resources and tags with Microsoft Cloud Adoption Framework](/azure/cloud-adoption-framework/decision-guides/resource-tagging/?toc=/azure/azure-resource-manager/management).
1918
- Review [recommended policies for Azure services from Azure Policy](/azure/governance/policy/concepts/recommended-policies).
2019

2120
## Learn more with self-paced training
2221

23-
- Build a [cloud governance strategy on Azure](/learn/modules/build-cloud-governance-strategy-azure).
24-
- Describe [core Azure architectural components](/learn/modules/azure-architecture-fundamentals).
25-
- Explore [Microsoft Cloud Adoption Framework for Azure](/learn/modules/microsoft-cloud-adoption-framework-for-azure).
26-
- Secure your [Azure resources with Azure RBAC](/learn/modules/secure-azure-resources-with-rbac).
27-
- Learn about [enterprise-scale landing zones in the Microsoft Cloud Adoption Framework for Azure](/learn/modules/enterprise-scale-introduction).
28-
- Choose the best [Azure landing zone to support your requirements for cloud operations](/learn/modules/cloud-adoption-framework-ready).
22+
- Learn more about the [Cloud Adoption Framework](/training/modules/cloud-adoption-framework/).
23+
- Secure your [Azure resources with Azure RBAC](/training/modules/secure-azure-resources-with-rbac/).
24+
- Learn about [AI landing zones in the Microsoft Cloud Adoption Framework for Azure](/training/modules/intro-ai-landing-zones/).
2925

30-
## Learn more with optional practical exercises
31-
32-
- Learn how to configure [list access by using Azure RBAC and the Azure portal](/learn/modules/secure-azure-resources-with-rbac/4-list-access?source=learn).

learn-pr/wwl-azure/design-governance/includes/2-design-for-governance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Governance](/azure/cloud-adoption-framework/govern/guides/) provides mechanisms and processes to maintain control over your applications and resources in Azure. Governance involves determining your requirements, planning your initiatives, and setting strategic priorities.
1+
[Governance](/azure/cloud-adoption-framework/ready/landing-zone/design-area/governance) provides mechanisms and processes to maintain control over your applications and resources in Azure. Governance involves determining your requirements, planning your initiatives, and setting strategic priorities.
22

33
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=e01e84ad-b8e8-4bdf-bee9-77935d19814a]
44

learn-pr/wwl-azure/design-governance/includes/6-design-for-resource-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Resource tags](/azure/azure-resource-manager/management/tag-resources?tabs=json) are another way to organize resources. Tags provide extra information, or metadata, about your resources.
1+
[Resource tags](/azure/azure-resource-manager/management/tag-resources) are another way to organize resources. Tags provide extra information, or metadata, about your resources.
22

33
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=670885a7-e1ed-43af-b32e-6052dbd6e7a4]
44

learn-pr/wwl-azure/design-governance/includes/7-design-for-azure-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Azure Policy](https://azure.microsoft.com/services/azure-policy) is a service in Azure that enables you to create, assign, and manage policies to control or audit your resources. These policies enforce different rules over your resource configurations so the configurations stay compliant with corporate standards.
1+
[Azure Policy](/azure/governance/policy/overview) is a service in Azure that enables you to create, assign, and manage policies to control or audit your resources. These policies enforce different rules over your resource configurations so the configurations stay compliant with corporate standards.
22

33
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=f76c5590-f75a-430d-ab4b-0b1e72d14b19]
44

learn-pr/wwl-azure/design-governance/includes/8-design-for-role-based-access-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Suppose you need to manage access to resources in Azure for Tailwind Traders Dev
2020

2121
You have a plan for how to apply Azure Policy settings to your Tailwind Traders applications. Now consider how to integrate Azure RBAC to control user privileges and resource access.
2222

23-
- **Consider the highest scope level for each requirement**. Your first step is to accurately define each role definition and its permissions. Next, assign the roles to specific users, groups, and service principles. Lastly, scope the roles to management groups, subscriptions, resource groups, and resources. Assign each role at the highest scope level that meets the requirements.
23+
- **Consider the highest scope level for each requirement**. Your first step is to accurately define each role definition and its permissions. Next, assign the roles to specific users, groups, and service principals. Lastly, scope the roles to management groups, subscriptions, resource groups, and resources. Assign each role at the highest scope level that meets the requirements.
2424

2525
:::image type="content" source="../media/role-definition-assignment-scope.png" alt-text="Diagram that shows how a role definition is assigned to a resource and then scoped." border="false":::
2626

learn-pr/wwl-azure/design-governance/includes/9-design-for-landing-zones.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ As you plan the governance strategy for Tailwind Traders, consider these charact
1212

1313
:::image type="content" source="../media/landing-zones.png" alt-text="Diagram of a management group and subscription organization that uses landing zones." border="false":::
1414

15+
- An Azure landing zone consists of a platform landing zone and one or more application landing zones. The platform landing zone hosts shared services (identity, connectivity, and management subscriptions) managed by a central team. Application landing zones host individual workloads or applications across development, test, and production environments.
16+
1517
- Azure policies are associated with landing zones to ensure continued compliance with the organization platform.
1618

1719
- Landing zones are pre-provisioned through code.
1820

1921
- A landing zone can be scoped to support application migrations and development to scale across the organization's full IT portfolio.
2022

21-
- The Azure landing zone accelerator can be deployed into the same Microsoft Entra tenant for an existing Azure architecture. The accelerator is an Azure-portal-based deployment.
23+
- The Azure landing zone IaC accelerator is the recommended way to deploy and manage landing zones. It uses Bicep or Terraform via Azure Verified Modules (AVMs) to automate deployment. A portal-based accelerator is also available for organizations without IaC expertise.
2224

2325
### Things to consider when using Azure landing zones
2426

@@ -28,7 +30,7 @@ You're ready to finalize your governance strategy for Tailwind Traders. Consider
2830

2931
- **Consider creating landing zones through code**. Implement landing zones that are pre-provisioned through code. As your situation changes, you should expect to refactor the code. Use an iterative approach that maximizes learning opportunities and minimizes time to business success. You can minimize refactoring by having a central IT team to review both short term and long-term scenarios.
3032

31-
- **Consider using the [Azure landing zone accelerator](/azure/cloud-adoption-framework/ready/landing-zone/#azure-landing-zone-accelerator)**. Use the accelerator to provide a full implementation of the conceptual architecture, along with opinionated configurations for key components like management groups and policies.
33+
- **Consider using the [Azure landing zone accelerator](/azure/cloud-adoption-framework/ready/landing-zone/implementation-options)**. Use the accelerator to provide a full implementation of the conceptual architecture, along with opinionated configurations for key components like management groups and policies.
3234

3335
- **Consider focusing on your applications**. Focus on application-centric migrations and development rather than pure infrastructure lift-and-shift migrations, such as moving virtual machines.
3436

learn-pr/wwl-azure/design-governance/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.wwl.design-governance
33
metadata:
44
title: Design Governance
55
description: "Azure Architects design and recommend governance solutions."
6-
ms.date: 12/30/2025
6+
ms.date: 03/23/2026
77
author: wwlpublish
88
ms.author: cynthist
99
ms.topic: module

0 commit comments

Comments
 (0)