I had a conversation today about custom metrics in Azure. I have worked with customers in the past that have streamed custom metrics into Azure Log Analytics to process them. This was a case where a customer had done more research than me, and had discovered that it’s possible to send custom metrics into Azure […]
Tag: monitoring
Adding alerts to Azure Storage metrics
For every system you use, monitoring and alerting is critical. This holds true for Azure storage as well. In this quick post I’ll explain how you can setup alert rules for hitting TPS limits. Setting up the alert To set up the alerts, navigate to your storage account, look for Alerts, and hit the “New […]
Analyse Storage Account logs using Python in Azure Notebooks
Azure Storage can provide you detailed log information about all transactions happening against your storage account. There are default metrics that are gathered and shown through Azure Monitor. Additionally, you can configure logging on the storage account that give you a log information on a per request basis. Analyzing these logs can be a bit […]