Skip to content

Commit 2c8dc95

Browse files
committed
fixes
1 parent b302029 commit 2c8dc95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-network/virtual-network-service-endpoint-policies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ Create a service endpoint policy
805805
az network service-endpoint policy create \
806806
--resource-group test-rg \
807807
--name service-endpoint-policy \
808-
--location eastus
808+
--location westus2
809809
```
810810

811811
Create and add a policy definition for allowing the previous Azure Storage account to the service endpoint policy
@@ -940,8 +940,6 @@ $vmParams = @{
940940
New-AzVm @vmParams
941941
```
942942

943-
Wait for the virtual machine to finish deploying before continuing on to the next steps.
944-
945943
### [CLI](#tab/cli)
946944

947945
Create a VM in the *subnet-1* subnet with [az vm create](/cli/azure/vm).
@@ -958,6 +956,8 @@ az vm create \
958956

959957
---
960958

959+
Wait for the virtual machine to finish deploying before continuing on to the next steps.
960+
961961
### Confirm access to the *allowed* storage account
962962

963963
1. Sign-in to the [Azure portal](https://portal.azure.com/).

0 commit comments

Comments
 (0)