Hi,
My service bus was all working correctly, and then between 20:00 and 21:00 on the 4th February, it stopped working.
When I test this with fiddler, I post the following:
https://webthings-housemark.servicebus.windows.net/
User-Agent: Fiddler
Authorization' : 'SharedAccessSignature sr=webthings-housemark.servicebus.windows.net&sig=71vxeMBKo%2flOAuEaFlVVbaN7aQs6QWvzWNPS4GZlwbk%3d&se=1512075219&skn=webthings-housemark
Content-Type: application/atom+xml;type=entry;charset=utf-8
Host: webthings-housemark.servicebus.windows.net
Content-Length: 73<body>
{"dt":"test","si":"123456","gr":"123456", "v":"10.10","mi";"housemark"}</body>
And get the following response:
2E8
<Fault xmlns="http://schemas.microsoft.com/ws/2005/05/envelope/none"><Code><Value>Receiver</Value><Subcode><Value xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</Value></Subcode></Code><Reason><Text xml:lang="en-US">The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.</Text></Reason></Fault>
0I have changed nothing for months, and this has worked for well over 6 months now.
I see nothing on any operational logs.