Skip to content

Commit 33cc08c

Browse files
committed
Fixes
1 parent e860a21 commit 33cc08c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/configure-custom-container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ You are all set, and the web app will now use managed identity to pull from Azur
116116
117117
## Use an image from a network protected registry
118118
119-
To connect and pull from a registry inside a virtual network or on-premises, your app will need to be connected to a virtual network using the virtual network integration feature. This is also needed for Azure Container Registry with private endpoint. When your network and DNS resolution is configured, you enable the routing of the image pull through the virtual network by configuring the `vnetImagePullEnabled`site setting:
119+
To connect and pull from a registry inside a virtual network or on-premises, your app will need to be connected to a virtual network using the virtual network integration feature. This is also needed for Azure Container Registry with private endpoint. When your network and DNS resolution is configured, you enable the routing of the image pull through the virtual network by configuring the `vnetImagePullEnabled` site setting:
120120
121121
```azurecli-interactive
122122
az resource update --resource-group <group-name> --name <app-name> --resource-type "Microsoft.Web/sites" --set properties.vnetImagePullEnabled [true|false]
@@ -473,7 +473,7 @@ Multi-container is currently in preview. The following App Service platform feat
473473
- Authentication / Authorization
474474
- Managed Identities
475475
- CORS
476-
- VNET integration is not supported for Docker Compose scenarios
476+
- Virtual network integration is not supported for Docker Compose scenarios
477477
- Docker Compose on Azure App Services currently has a limit of 4,000 characters at this time.
478478
479479
### Docker Compose options

0 commit comments

Comments
 (0)