Related Articles
MCSE Reloaded @ SCOMfaq
Recently I didn’t have much time to blog about SCOM because I am very busy doing some really cool projects and I also needed to prepare for the 70-246 “Monitoring and Operating a Private Cloud with System Center 2012” exam. I took the exam today and passed . According to my transcript I am now […]
Azure Functions – Setting Tags on Subscriptions Using C#
It has been a couple of month ago, Microsoft announced that it is possible to set tags on subscriptions. This makes totally sense and was a long awaited feature. Good practice is to use Azure Policy to set tags on resources, but there are cases where it is not possible to use Azure Policy. Well, […]
Azure Policy – Audit and Deploy CanNotDelete Lock on Resource Group Based on Tags
If you move your workloads to production or even preproduction it is highly recommended to protect them not only against data loss but also from accidential deletion. One feature in Azure which can help are Resource Locks. Depending how you configure the lock, you cannot delete the resource, but still read and modify (CanNotDelete lock) […]