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 →
Sending Application Insights alerts to Slack using Azure Functions
Whilst looking into the plethora of Apps and Integrations for Slack I noticed there was no integration for Microsoft Azure Application Insights, really I would like to see when an alert is triggered in a channel so looked into what I can do to get that. As Slack is such a popular tool used by... Continue Reading →