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 […]
Category: Management
Setting up the WVD management tool
If you’ve followed along with my experiences, you might have noticed I have been dealing with Windows Virtual Desktop (WVD) for a while. My previous posts describe how to set it up, and how to integrate FSlogix. In this post, I want to explore another item, which is the WVD management tool. Currently, the management […]
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 […]
Giving Azure Data Share a spin
Before the holidays, I blogged about sharing blob storage data with AAD B2B guests. Peter Demeyere mentioned to me on LinkedIn that he likes to use Azure Data share to share blob data, as it has some more tracking data built in. And funnily enough, during my long run this weekend, I listened to an […]
Sharing Blob storage with Azure AD B2B guests
Azure blob storage supports two ways of authorization for blob access. Either you use the storage account key or a derivate SAS token – or you use AAD RBAC to access blob. I did a quick test today to check if it would be possible to use a B2B guest to access blob storage. Want […]