Skip to content

Commit f77ef91

Browse files
authored
Merge pull request #107443 from BryanTrach-MSFT/patch-65
(forumsteam) fixes MicrosoftDocs/azure-docs#49147
2 parents c434d73 + 6baf22e commit f77ef91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ When the App Service plan has been created, the Azure CLI shows information simi
9393

9494
## Create a Docker Compose app
9595

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

98101
```azurecli

0 commit comments

Comments
 (0)