We have an asp.net core application hosted in azure as web-app.
We have pretty big front-end including few javascript files, images and html.
And sometimes, request for a static files(for instance something.js) just runs into endless process and replies after long delay with status 502 Bad Gateway. It happens not often, but it is a big problem for us. All our static files are placed under the wwwroot directory.
Have someone experienced something similar?