Steps to deploy Strapi application on Azure Linux App Service (Preview)
Updated Jul 08, 2025
Version 15.0We installed Strapi using the Strapi on Azure marketplace item. We wanted linked our code changes to an Azure Repo. One of the important changes we made was into include the Dynamic Page builder module in Strapi. When we push that change to the repo and then fire the DevOps pipeline to deploy it, the deployment breaks. We think it is not recognizing the new module but instead grabs the old Node zip file and uses that. Do you have any idea how we can get around this issue? We will have to install other modules as we go so this problem isn't going to be a one off.