mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-04 23:59:08 +00:00
Update LAB_02b-Manage_Governance_via_Azure_Policy.md
This commit is contained in:
parent
a6529c1fc5
commit
9d08ba13c0
@ -30,16 +30,16 @@ There are several interactive lab simulations that you might find useful for thi
|
||||
|
||||
+ [Manage governance via Azure policy](https://mslabs.cloudguides.com/guides/AZ-104%20Exam%20Guide%20-%20Microsoft%20Azure%20Administrator%20Exercise%203). Create and assign tags via the Azure portal. Create an Azure policy that requires tagging. Remediate non-compliant resources.
|
||||
|
||||
## Architecture diagram
|
||||
|
||||

|
||||
|
||||
## Tasks
|
||||
|
||||
+ Task 1: Create and assign tags via the Azure portal.
|
||||
+ Task 2: Enforce tagging via an Azure Policy.
|
||||
+ Task 3: Apply tagging via an Azure Policy.
|
||||
|
||||
## Architecture diagram
|
||||
|
||||

|
||||
|
||||
## 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').
|
||||
@ -216,4 +216,10 @@ Congratulations on completing the lab. Here are the main takeaways for this lab.
|
||||
|
||||
## Cleanup your resources
|
||||
|
||||
If you are working with your own subscription take a minute to delete the lab resource group. This will ensure resources are freed up and cost is minimized.
|
||||
If you are working with your own subscription take a minute to delete the lab resources. This will ensure resources are freed up and cost is minimized. The easiest way to delete the lab resources is to delete the lab resource group.
|
||||
|
||||
+ In the Azure portal, select the resource group, select **Delete the resource group**, **Enter resource group name**, and then click **Delete**.
|
||||
|
||||
+ Using Azure PowerShell, `Remove-AzResourceGroup -Name resourceGroupName`.
|
||||
|
||||
+ Using the CLI, `az group delete --name resourceGroupName`.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user