Can a Windows Web App run a Container if Publish was set as Code during creation of the app - and how?

Herbert Kimani 56 Reputation points
2022-09-20T14:41:54.99+00:00

If so, where is the functionality on the dashboard or what are the cloud shell commands to pull a Windows container from the container registry into a Windows Web App deployment slot?
Is there reference material for deploying a container into a Windows Web App that has Code as the publish method?
Not web app for containers, not Linux.

Thanks

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
415 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andriy Bilous 11,341 Reputation points MVP
    2022-09-21T04:39:23.917+00:00

    Hello @Herbert Kimani

    I'm afraid that you can not change from code to container , but you can have two instances of your code, one using code and one using container within the same service app. Here is similar issue.

    Multicontainer apps are supported in Azure WebApp, see docs

    If you think your question has been answered, click "Mark as Accept Answer" if just helped click "Vote as helpful". This can be beneficial to other community members reading this forum thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.