Azure WEB API with large payload

Amar-Azure-Practice 656 Reputation points
2021-10-07T23:07:40.657+00:00

Hi All,

I have deployed the Asp.net core REST service to Azure as WEB APP.

When I tested the service in n local environment in Visual Studio, the service is working fine with large payload.
When service is running in Local it is accepting the large payload (500 MB size) and responding with large payload (500 MB ).
After deploying this service to Azure Web APP, service is not working with large payload, for smaller payloads service is working fine, but for large payloads service is throwing 500 Server internal error.

I have added the 'RequestSizelimits' on the action methods to support large payload.

but still not responding with large payload messages

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,876 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sean Armstrong 1 Reputation point
    2021-11-03T16:13:10.65+00:00

    Hi, did you every find a resolution for this?

    0 comments No comments