Update LAB_05-Implement_Intersite_Connectivity.md

This commit is contained in:
polichtm 2021-03-13 11:23:16 -05:00 committed by GitHub
parent e0bdbce4aa
commit 4a642831a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,13 +59,10 @@ In this task, you will deploy three virtual machines, each into a separate virtu
-TemplateFile $HOME/az104-05-vnetvm-loop-template.json ` -TemplateFile $HOME/az104-05-vnetvm-loop-template.json `
-TemplateParameterFile $HOME/az104-05-vnetvm-loop-parameters.json ` -TemplateParameterFile $HOME/az104-05-vnetvm-loop-parameters.json `
-location1 $location1 ` -location1 $location1 `
-location2 $location2 ` -location2 $location2
-AsJob
``` ```
>**Note**: Wait for the deployment to complete before proceeding to the next task. This should take about 2 minutes. >**Note**: Wait for the deployment to complete before proceeding to the next step. This should take about 2 minutes.
>**Note**: To verify the status of the deployment, you can examine the properties of the resource group you created in this task.
1. Close the Cloud Shell pane. 1. Close the Cloud Shell pane.