From 234b15ce9ddfd586fccd226c706472c860612a78 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Wed, 27 Dec 2023 06:55:31 -0800 Subject: [PATCH] Update LAB_02b-Manage_Governance_via_Azure_Policy.md --- .../Lab/LAB_02b-Manage_Governance_via_Azure_Policy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/New Instructions/Lab/LAB_02b-Manage_Governance_via_Azure_Policy.md b/New Instructions/Lab/LAB_02b-Manage_Governance_via_Azure_Policy.md index 7d4cc3df..2f43a649 100644 --- a/New Instructions/Lab/LAB_02b-Manage_Governance_via_Azure_Policy.md +++ b/New Instructions/Lab/LAB_02b-Manage_Governance_via_Azure_Policy.md @@ -42,7 +42,7 @@ There are several interactive lab simulations that you might find useful for thi ## Task 1: Assign tags via the Azure portal -In this task, you will create and assign a tag to an Azure resource group via the Azure portal. Tags are a critical component of a governance strategy as outlined by the Microsoft Well-Architected Framework and Cloud Adoption Framework. Tags can allow you to quickly identify resource owners, sunset dates, group contacts, and other name/value pairs that your organinzation deems important. For this exercise, you will assign a tag identifying the resource role ('Infra' for 'Infrastructure'). +In this task, you will create and assign a tag to an Azure resource group via the Azure portal. Tags are a critical component of a governance strategy as outlined by the Microsoft Well-Architected Framework and Cloud Adoption Framework. Tags can allow you to quickly identify resource owners, sunset dates, group contacts, and other name/value pairs that your organization deems important. For this exercise, you will assign a tag identifying the resource role ('Infra' for 'Infrastructure'). 1. Sign in to the **Azure portal** - `https://portal.azure.com`. @@ -142,7 +142,7 @@ In this task, you will assign the built-in *Require a tag and its value on resou ## Task 3: Apply tagging via an Azure policy -In this task, we will use a new policy definition to remediate any non-compliant resources. This will use a remedation task as part of the policy to modify existing resources to be compliant with the policy. In this scenario, we will make any child resources of a resource group inherit the **Role** tag that was defined on the resource group. +In this task, we will use a new policy definition to remediate any non-compliant resources. This will use a remediation task as part of the policy to modify existing resources to be compliant with the policy. In this scenario, we will make any child resources of a resource group inherit the **Role** tag that was defined on the resource group. 1. In the Azure portal, search for and select **Policy**.