Skip to content

Commit d4e93bd

Browse files
authored
Update quickstart-multi-container.md
Adding more information about the character limitation, since there is no limitation in the docker compose size but in the docker compose when transformed in Base64
1 parent 278949a commit d4e93bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/quickstart-multi-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ When the App Service plan has been created, the Azure CLI shows information simi
9393
## Create a Docker Compose app
9494

9595
> [!NOTE]
96-
> Docker Compose on Azure App Services currently has a limit of 4,000 characters at this time.
96+
> Docker Compose on Azure App Services currently has a limit of 4,000 characters when converted to Base64 at this time.
9797
9898
In your Cloud Shell terminal, create a multi-container [web app](overview.md#app-service-on-linux) in the `myAppServicePlan` App Service plan with the [az webapp create](/cli/azure/webapp#az-webapp-create) command. Don't forget to replace _\<app_name>_ with a unique app name (valid characters are `a-z`, `0-9`, and `-`).
9999

0 commit comments

Comments
 (0)