Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,345 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Currently the deployment location on remote-azure-git is in a folder called "repository". Is there a way to push to the folder "wwwroot". Thanks
Hello Yanping Sun,
Thanks for your question.
Use web app deploy (as deployment config via kudu is deprecated). See: https://learn.microsoft.com/en-us/cli/azure/webapp?view=azure-cli-latest#az-webapp-deploy
You can mark it 'Accept Answer' and 'Upvote' if this helped you
Regards,
Abiola