This commit is contained in:
polichtm 2020-10-19 09:08:38 -04:00 committed by GitHub
parent 9c9bd20e20
commit 2e71c2832a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ In this task, you will deploy an Azure virtual machine that you will use later i
New-AzResourceGroup -Name $rgName -Location $location
```
1. From the Cloud Shell pane, run the following to deploy thef virtual machine by using the uploaded template and parameter files:
1. From the Cloud Shell pane, run the following to deploy the virtual machine by using the uploaded template and parameter files:
```pwsh
New-AzResourceGroupDeployment `