Migrating Classic Application Insights

birds migrating credit https://dailyillini.com/staff_name/amy-sanchez/

Unless you’ve been living under a rock the last year or so, you know that Application Insights now lives on top of Log Analytics. Which also means you need to convert your Classic Application Insights to the new Workspace model Applicaiton Insights. The docs for this process and what it entails can be found here. …

Read more

Find Full FSLogix Profiles

If you’re using Azure Virtual Desktop (AVD) or Citrix with FSLogix, your users profiles in FSLogix are pretty important to them and their overall experience using Virtual Desktop Infrastructure (VDI). If their profiles are full or almost full this can cause a whole host of issues, not the least of which possibly failing to login. …

Read more

How to Copy Azure Workbook Elements

Ever see something really cool or neat in a Azure Workbook and want to use that in your own Workbook? You don’t have to copy the whole Workbook, you can copy just the portion you want. In the target workbook edit it, then edit the target widget you want. Navigate to Advanced Editor, collapse number …

Read more

Monitor Key Vault Certificates

Did you know we can now monitor and alert on Key Vault Certificates and their expiration? I’m sure you did, there’s post after post of people showing this with Event Grid. So what’s the point of my post then? Well dear reader if you’ve ever read any of my posts or know anything about me, I …

Read more

Alerting at Scale in Azure (Again)

So, you want to alert at scale in Azure. Come grab a seat and let me regale you with the pitfalls of resource types, subscription & resource group scopes, and Log Analytics. I have previously talked about Alerting at Scale with PowerShell in this post and how to do it with PowerShell in this post. …

Read more

Azure Monitor Alert Workbook

Did you know there’s all sorts of data in Azure Resource Graph, specifically all your active Azure Monitor alerts and your Alert inventory? If not why didnt you read my last post? Anyway we have all this wonderful data, but not native built in reporting, in Azure Monitor like other monitoring tools like System Center …

Read more

Azure Monitor Alert Reports with Azure Resource Graph

In this post I’ll show you how to extract just about any Azure Monitor Alert information with Azure Resource Graph. With this data we can build some pretty neat Azure Monitor Alert reports. For Azure Monitor alerts we have two tables in Azure Resource Graph. Alertsmanagementresources and the resources table. Alerts management resources table has …

Read more