Skip to content

Commit 4dfb7dd

Browse files
Update articles/app-service/configure-vnet-integration-routing.md
1 parent 097f51e commit 4dfb7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/configure-vnet-integration-routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can use the following steps to disable Route All in your app through the por
3030

3131
## Configure with Azure CLI
3232

33-
You can also configure Route All using Azure CLI (*Note*: minimum `az version` required is 2.27.0):
33+
You can also configure Route All using Azure CLI (the minimum `az version` required is 2.27.0):
3434

3535
```azurecli-interactive
3636
az webapp config set --resource-group <group-name> --name <app-name> --vnet-route-all-enabled [true|false]

0 commit comments

Comments
 (0)