File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -805,7 +805,7 @@ Create a service endpoint policy
805
805
az network service-endpoint policy create \
806
806
--resource-group test-rg \
807
807
--name service-endpoint-policy \
808
- --location eastus
808
+ --location westus2
809
809
```
810
810
811
811
Create and add a policy definition for allowing the previous Azure Storage account to the service endpoint policy
@@ -940,8 +940,6 @@ $vmParams = @{
940
940
New-AzVm @vmParams
941
941
```
942
942
943
- Wait for the virtual machine to finish deploying before continuing on to the next steps.
944
-
945
943
### [ CLI] ( #tab/cli )
946
944
947
945
Create a VM in the * subnet-1* subnet with [ az vm create] ( /cli/azure/vm ) .
@@ -958,6 +956,8 @@ az vm create \
958
956
959
957
---
960
958
959
+ Wait for the virtual machine to finish deploying before continuing on to the next steps.
960
+
961
961
### Confirm access to the * allowed* storage account
962
962
963
963
1 . Sign-in to the [ Azure portal] ( https://portal.azure.com/ ) .
You can’t perform that action at this time.
0 commit comments