azure-docs icon indicating copy to clipboard operation
azure-docs copied to clipboard

Add document about platform type

Open georgeOsdDev opened this issue 3 years ago • 2 comments

[Enter feedback here]

App Service for Container will run image on x86_64 platform. Thus if user built docker image on M1/M2(Apple silicon) Mac and deploy it to App Service, it will be fail due to exec format error. It is better to add document about platform type. Or workaround for M1/M2 Mac user to use docker build command with --platform option

For example ACA explicitly describes.

Any Linux-based x86-64 (linux/amd64) container image https://learn.microsoft.com/en-us/azure/container-apps/containers


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

georgeOsdDev avatar Nov 10 '22 04:11 georgeOsdDev

@georgeOsdDev Thanks for your feedback! We will investigate and update as appropriate.

SaibabaBalapur-MSFT avatar Nov 10 '22 04:11 SaibabaBalapur-MSFT

@georgeOsdDev

Thanks for your feedback! We have assigned the issue to author and will provide further updates.

#please-close

Feedback addressed with https://github.com/MicrosoftDocs/azure-docs-pr/pull/267613

btardif avatar Feb 28 '24 21:02 btardif