Speaking at Azure Virtual Day

On 31st of March I will be bringing session for Azure Virtual Day. The title of the session is Tips and Tricks on Azure Monitor Alerts. I will go through the different types of Azure Monitor alerts and will share my insights on using those. You can check the full schedule of the event from the link below:

Azure Virtual Day Schedule

Azure Virtual Day

Inside Azure Management v4 – Chapter 2: Implementing Governance in Azure

These are challenging times for the whole world but to stay true to ourselves we are preparing for the release of the 4th edition of Inside Azure Management book. We expect to be ready no later than 15th of May but as you can understand many of us are busy supporting our customers from home. The book as always will be free download but of course you will be able to purchase it via Amazon as well if you want to. Return to this blog post in a few days to check for the Amazon link. We have worked hard to update the content to the latest changes inside Azure but also to give you some new scenarios.

Continue reading “Inside Azure Management v4 – Chapter 2: Implementing Governance in Azure”

Azure Monitor Alert Series Part 12

I have promised that I will write the last part of this series and I am doing it later than never. After the December holidays I have been occupied with some community stuff that hopefully will see light in the next months. Due those community duties I was not able to write the last part sooner.

In this last part we will cover Azure Alerts Common schema. I will try not to cover things that are already in the official documentation but I want to mention a few important things. If you haven’t checked the documentation please do before reading the rest of the blog post.

Continue reading “Azure Monitor Alert Series Part 12”

Lower Log Analytics Cost with Serverless

With the recent capability of setting retention period for Log Analytics data per table a lot of new possibilities of managing and retaining your data pop-up. A common scenario is that you may have a lot of performance data which may be logged every minute or even every 10 seconds. You need that data in such short intervals in your Log Analytics workspace only for the past month or so but you do not need such granularity for older data. At the same time it is good to have some summarization (aggregation) of that data for longer period due to compliance, analysis, etc but there is a cost associated when you retain a lot of data for longer period. By using serverless and the new per table retention capability now you can achieve this and save cost. In this blog I will show you how you can achieve this with simple example.

Continue reading “Lower Log Analytics Cost with Serverless”

Send Subscription Activity Logs via ARM Template

At Ignite the Azure Monitor team has announced that you can now send subscription activity logs to Log Analytics. Wait? What? Isn’t that already available? And the answer yes it was available before but if we look closer you will see that the previous implementation was not very native to Azure. With the new implementation besides making the API better there are also other improvements like faster ingestion, ability to send different categories, etc.

Continue reading “Send Subscription Activity Logs via ARM Template”