Enable GZIP on Webapp

AJMAL ELLATH 60 Reputation points
2024-10-28T08:31:08.79+00:00

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,

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,928 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deepanshukatara-6769 10,455 Reputation points
    2024-11-04T06:15:54.9433333+00:00

    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

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.