DEV Community

Discussion on: Deploying a NextJS app on Azure App Service

Collapse
 
munagavenkat profile image
munagavenkat • Edited

I done using Azure DevOps. Part of build process, we use npm run build command which looks at package.config and finds dependecies and downloads all node_modules part of build process. The build destination artifacts zip contains dependency modules. The same build goes to Azure App service.

Please check build destination zip folder contains next-css module.