mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-06 16:49:09 +00:00
Update LAB_11-Implement_Monitoring.md
This commit is contained in:
parent
5016fe34fa
commit
903c722c8b
@ -49,8 +49,6 @@ In this task, you will deploy a virtual machine that will be used to test monito
|
|||||||
|
|
||||||
1. In the toolbar of the Cloud Shell pane, click the **Upload/Download files** icon, in the drop-down menu, click **Upload** and upload the files **\\Allfiles\\Labs\\11\\az104-11-vm-template.json** and **\\Allfiles\\Labs\\11\\az104-11-vm-parameters.json** into the Cloud Shell home directory.
|
1. In the toolbar of the Cloud Shell pane, click the **Upload/Download files** icon, in the drop-down menu, click **Upload** and upload the files **\\Allfiles\\Labs\\11\\az104-11-vm-template.json** and **\\Allfiles\\Labs\\11\\az104-11-vm-parameters.json** into the Cloud Shell home directory.
|
||||||
|
|
||||||
1. Edit the Parameters file you just uploaded and change the password. If you need help editing the file in the Shell please ask your instructor for assistance. As a best practice, secrets, like passwords, should be more securely stored in the Key Vault.
|
|
||||||
|
|
||||||
1. From the Cloud Shell pane, run the following to create the resource group that will be hosting the virtual machines (replace the `[Azure_region]` placeholder with the name of an Azure region where you intend to deploy Azure virtual machines):
|
1. From the Cloud Shell pane, run the following to create the resource group that will be hosting the virtual machines (replace the `[Azure_region]` placeholder with the name of an Azure region where you intend to deploy Azure virtual machines):
|
||||||
|
|
||||||
>**Note**: Make sure to choose one of the regions listed as **Log Analytics Workspace Region** in the referenced in [Workspace mappings documentation](https://docs.microsoft.com/en-us/azure/automation/how-to/region-mappings)
|
>**Note**: Make sure to choose one of the regions listed as **Log Analytics Workspace Region** in the referenced in [Workspace mappings documentation](https://docs.microsoft.com/en-us/azure/automation/how-to/region-mappings)
|
||||||
@ -65,6 +63,8 @@ In this task, you will deploy a virtual machine that will be used to test monito
|
|||||||
|
|
||||||
1. From the Cloud Shell pane, run the following to create the first virtual network and deploy a virtual machine into it by using the template and parameter files you uploaded:
|
1. From the Cloud Shell pane, run the following to create the first virtual network and deploy a virtual machine into it by using the template and parameter files you uploaded:
|
||||||
|
|
||||||
|
>**Note**: You will be prompted to provide an Admin password.
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
New-AzResourceGroupDeployment `
|
New-AzResourceGroupDeployment `
|
||||||
-ResourceGroupName $rgName `
|
-ResourceGroupName $rgName `
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user