skip to Main Content

I Know Azure SWP is for static web applications, but can I deploy a containerized image to it?

How can it be done?

2

Answers


  1. Azure Static Web Apps is used to build and deploy full stack web apps from code.
    Like HTML, CSS, JS or GitHub images.
    To deploy a container you must use Azure App Service.
    With Azure App Service you can use Docker Hub or Azure Container Registry.

    Hope my answer is true and it helps you 😉

    Login or Signup to reply.
  2. Azure Static Web Apps is designed to host static web content, such as HTML, CSS, and JavaScript files. It does not have built-in support for pulling images from Azure Container Registry. Feel free to share/upvote your feedback here! The product team actively monitors this site and will respond accordingly.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search