mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-04 23:59:08 +00:00
Update LAB_07-Manage_Azure_Storage.md
This commit is contained in:
parent
8cf4d85135
commit
bbc05cf7c3
@ -49,8 +49,6 @@ In this task, you will deploy an Azure virtual machine that you will use later i
|
||||
|
||||
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\\07\\az104-07-vm-template.json** and **\\Allfiles\\Labs\\07\\az104-07-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 machine (replace the '[Azure_region]' placeholder with the name of an Azure region where you intend to deploy the Azure virtual machine)
|
||||
|
||||
>**Note**: To list the names of Azure regions, run `(Get-AzLocation).Location`
|
||||
@ -70,6 +68,8 @@ In this task, you will deploy an Azure virtual machine that you will use later i
|
||||
|
||||
1. From the Cloud Shell pane, run the following to deploy the virtual machine by using the uploaded template and parameter files:
|
||||
|
||||
>**Note**: You will be prompted to provide an Admin password.
|
||||
|
||||
```powershell
|
||||
New-AzResourceGroupDeployment `
|
||||
-ResourceGroupName $rgName `
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user