We have an Web API hosted on Azure at the moment, when we get a large response back (250MB+) it does not send the response back but the status code is 200. On our local we get the JSON response back successfully, we believe there is a response limit set on Azure.
If possible how can we increase this limit?