Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,928 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
We would like to enable GZIP on our azure webapp (linux) - Node.js , could you advice on how to enable the GZIP on the server side.
App Service is Premium (P1V3)
Thanks,
Hello , Welcome to MS Q&A
if you use ZIP deployment (through Visual Studio Code, for example), be sure to enable build automation. It's not enabled by default. az webapp up
uses ZIP deployment with build automation enabled.
Please go through the hyperlinks and let us know if any questions
Thanks
Deepanshu