Log Analytics WVD Query Examples

Last year I did a project building monitoring in Log Analytics for Windows Virtual Desktop (WVD). I am providing these Log Analytics WVD Query Examples as is to help anyone that may be wanting to monitor WVD with Log Analytics. You can find the full github repo here These are some example queries based on …

Read more

Manage Azure Functions with Managed Identity Logic Apps

Sometimes we may want to programmatically turn our Azure Functions off or on or do other management tasks with them. This post will show you how you can Manage Azure Functions with Managed Identity Logic Apps. What you’ll need: Azure Function Logic App Azure Active Directory (pretty much always included now right?) Setup Managed Identity …

Read more

Log Analytics Substring and Trim

In a previous post I showed you how to convert strings and summarize the data, in that same post I mentioned some of my weather data was coming in as strings. In this post I have a similar issue. The humidity field is a string, and it contains %. So I will show you how …

Read more

Monitor Website Availability with Application Insights

If you’ve read my blog before then you probably know that Application Insights uses the same query language as Log Analytics and that Log Analytics are both services under the Azure Monitor name. So, why not delve a little into application monitoring? In this post I’ll show you how to monitor website availability. Along with …

Read more

Must Install Azure Monitor Solutions

In our Log Analytics workspace under the Azure Monitor umbrella, we have a number of predefined monitoring solutions. These are some of the ones I would consider to be a no-brainer installs in any Log Analytics workspace. The only reason really, to not install them would be if you’re simply not using the related product. …

Read more