mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-04 23:59:08 +00:00
Update LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md
This commit is contained in:
parent
289c88f7c8
commit
ad71f16409
@ -245,6 +245,14 @@ In this task, you will use a Bicep file to deploy a managed disk. Bicep is a dec
|
|||||||
|
|
||||||
>**Note:** You have successfully deployed five managed disks, each in a different way. Nice job!
|
>**Note:** You have successfully deployed five managed disks, each in a different way. Nice job!
|
||||||
|
|
||||||
|
## Cleanup your resources
|
||||||
|
|
||||||
|
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`.
|
||||||
|
|
||||||
## Key takeaways
|
## Key takeaways
|
||||||
|
|
||||||
Congratulations on completing the lab. Here are the main takeaways for this lab.
|
Congratulations on completing the lab. Here are the main takeaways for this lab.
|
||||||
@ -265,10 +273,4 @@ Bicep provides concise syntax, reliable type safety, and support for code reuse.
|
|||||||
+ [Introduction to Bash](https://learn.microsoft.com/training/modules/bash-introduction/). Use Bash to manage IT infrastructure.
|
+ [Introduction to Bash](https://learn.microsoft.com/training/modules/bash-introduction/). Use Bash to manage IT infrastructure.
|
||||||
+ [Build your first Bicep template](https://learn.microsoft.com/training/modules/build-first-bicep-template/). Define Azure resources within a Bicep template. Improve the consistency and reliability of your deployments, reduce the manual effort required, and scale your deployments across environments. Your template will be flexible and reusable by using parameters, variables, expressions, and modules.
|
+ [Build your first Bicep template](https://learn.microsoft.com/training/modules/build-first-bicep-template/). Define Azure resources within a Bicep template. Improve the consistency and reliability of your deployments, reduce the manual effort required, and scale your deployments across environments. Your template will be flexible and reusable by using parameters, variables, expressions, and modules.
|
||||||
|
|
||||||
## Cleanup your resources
|
|
||||||
|
|
||||||
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