Skip to main content
Tracking changes to Azure Resource Manager providers
  1. Posts/

Tracking changes to Azure Resource Manager providers

·65 words·1 min
Christoph Petersen
Author
Christoph Petersen

A colleague of mine, Tyler Ayers, has written a pretty neat Azure Function that tracks changes made to Azure Resource Manager Providers (ARM) and show these changes in a timeline.

The details will give you a clear overview what has been changed and where (which region) that change is available. This helps to see changes to resource providers and adapt existing ARM templates if required.

Azure Changes timeline

Related

Hunting Threats with Azure Security Center

·232 words·2 mins
In February I had the chance to attend a session by Yuri Diogenes, Program Manager at Microsoft, on how Azure Security Center works and how to demo it in a real life scenario.

Inventory VMs with PowerShell DSC and Log Analytics

·501 words·3 mins
Photo by Matt Artz on Unsplash In many scenarios there is the requirement to enrich or lookup data with meta information from the infrastructure. In this scenario a file with machine, location and other meta information was placed during deployment on the VM for both Azure and AWS.