Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
While using zipdeploy, it does not push to /home/site/wwwroot directory. Instead it pushed to /home/data/SitePackages. For the CMS app to work correctly, we need to turn off 'WEBSITE_RUN_FROM_PACKAGE' setting.
Bikram Ray
0
Reputation points
While using zipdeploy, it does not push to /home/site/wwwroot directory. Instead it is pushed to /home/data/SitePackages. For the application to work correctly, we turned off 'WEBSITE_RUN_FROM_PACKAGE' setting. but still it is deploying to /home/data/SitePackages, How to fix?
Azure App Service
Azure App Service
Sign in to answer