Azure/azure-resource-provider-sdk

Unclear statement about responses larger than 1 Mb

Opened this issue · 0 comments

This document https://github.com/WindowsAzure/azure-resource-provider-sdk/blob/master/docs/api-overview.md says

If your response size is greater than 1 MB, you will receive an HTTP code 500.

Emm... It's the response that my code is returning to the caller. Where can I get an HTTP code here? Did you mean that the caller will suffer an exception and the poor end user will see HTTP 500 reported in the Azure Store interface?