I get the following error when I try to do a post to my Azure REST API app:
Exception: Exception caught: 'Microsoft.Rest.HttpOperationException' in Program.exe ("Operation returned an invalid status code 'Created'"). Exception caught: 'Microsoft.Rest.HttpOperationException' in Program.exe ("Operation returned an invalid status code 'Created'") 13,495.67s [7568] Worker Thread
It posts correctly to the API app (and places the information in the DB the API app talks to), but for some reason it looks like the return code isn't handled correctly. This post functionality was auto generated for me when I added the REST API Client to my solution. For a work around I just nested it in a try/catch, but I really want to solve this so exceptions that are flagged when debugging are legitimate.