You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
foreach ($IPConfiguration in $networkInterface.IpConfigurations)
@@ -186,7 +185,6 @@ foreach ($IPConfiguration in $networkInterface.IpConfigurations)
186
185
Run the following Azure CLI script to create a private endpoint named "myPrivateEndpoint" for an existing Azure Cosmos account. Replace the variable values with the details for your environment.
187
186
188
187
```azurecli-interactive
189
-
190
188
# Resource group where the Azure Cosmos account and virtual network resources are located
191
189
ResourceGroupName="myResourceGroup"
192
190
@@ -237,7 +235,6 @@ az network private-endpoint create \
237
235
After you create the private endpoint, you can integrate it with a private DNS zone by using the following Azure CLI script:
238
236
239
237
```azurecli-interactive
240
-
241
238
zoneName="privatelink.documents.azure.com"
242
239
243
240
az network private-dns zone create --resource-group $ResourceGroupName \
0 commit comments