I'm encountering an issue related to the size of responses

Bozhidar Shopov 0 Reputation points
2024-08-10T20:06:32.6733333+00:00

I am currently using the Free Plan (F1) for my Azure App Service, and I'm encountering an issue related to the size of responses. When my server sends a response larger than approximately 1.7 kB (as indicated in the Network tab of the browser's DevTools), the request fails, and I do not receive a complete response.

I would like to know if there are specific limitations on the size of responses that can be sent under the Free Plan (F1). If such limitations exist, could you please provide details and let me know if there is a way to adjust this limit

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

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 22,455 Reputation points
    2024-08-10T21:16:17.0066667+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    The response size itself does not have a strict limit imposed by Azure App Service.

    Also to increase the request size, you can adjust the maxRequestLength in your web.config file.

    https://stackoverflow.com/questions/71765959/azure-web-app-http-response-size-limitations

    ** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful **

    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.