Can you share the error you are experiencing?
Azure Windows Server 2019 Virtual Machine Limits

Hello, I'm trying to migrate an app running on Windows 10 to an Azure VM running Windows Server 2019, but I've run into a bit of a roadblock when trying to send JSON responses 15 kilobytes or larger. The app runs correctly on the local servers I've tested it with, so I'm wondering if this problem might be related to some kind of limit/quota of Azure or Windows Server 2019. I would appreciate any insight on tools or steps I can take to better troubleshoot this. Thanks in advance!
2 answers
Sort by: Most helpful
-
-
Zooraze Tariq 1 Reputation point
2020-03-30T14:33:32.663+00:00 Hi, thanks for the response. The issue is that the JSON response is truncated to 15kb's for larger responses. There is no restriction on the app itself since it runs locally. There is no error message I can spot, it is simply silently truncated.