Skip to content

Commit d618be0

Browse files
Merge pull request #267613 from btardif/arch
addressing query about supported container architectures.
2 parents 2a26eb6 + 5d51a54 commit d618be0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,10 @@ The streamed logs look like this:
217217

218218
Azure App Service uses the Docker container technology to host both built-in images and custom images. To see a list of built-in images, run the Azure CLI command, ['az webapp list-runtimes --os linux'](/cli/azure/webapp#az-webapp-list-runtimes). If those images don't satisfy your needs, you can build and deploy a custom image.
219219

220+
> [!NOTE]
221+
> Container should target x86-x64 architecture, ARM64 is not supported.
222+
>
223+
220224
In this tutorial, you learn how to:
221225

222226
> [!div class="checklist"]

0 commit comments

Comments
 (0)