Simply put, Azure Storage Queues cannot effectively pass on telemetry information. Look at Service Bus instead.
Things I wish I knew earlier about Distributed Tracing in Azure Application Insights
Previously I was tasked to ensure all of our micro-services were set up correctly with distributed tracing, although there were a lot of docs that mentioned the topic and gave some insight, none gave straight information on how it worked. Below details some things that would have made my job a lot easier if I... Continue Reading →
Rate limit is exceeded in Application Insights REST API
When looking into the capabilities of the Application Insights REST API, I came across the following error returned when attempting to get a list of events. { "error": { "message": "Rate limit is exceeded", "code": "ThrottledError", "innererror": { "code": "ThrottledError", "message": "Rate limit of 0 per day is... Continue Reading →