Skip to content

Commit 1099ccc

Browse files
authored
Merge pull request #99174 from SubhashVasarapu-MSFT/patch-23
(AzureCXP) fixes MicrosoftDocs/azure-docs#44697
2 parents fc50c83 + 74c7f4f commit 1099ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-network/manage-subnet-delegation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Use [az network vnet subnet update](https://docs.microsoft.com/cli/azure/network
119119
To verify the delegation was applied, use [az network vnet subnet show](https://docs.microsoft.com/cli/azure/network/vnet/subnet?view=azure-cli-latest#az-network-vnet-subnet-show). Verify the service is delegated to the subnet under the property **serviceName**:
120120

121121
```azurecli-interactive
122-
az network vnet show \
122+
az network vnet subnet show \
123123
--resource-group myResourceGroup \
124124
--name mySubnet \
125125
--vnet-name myVnet

0 commit comments

Comments
 (0)