Azure Azure Policy Configuration Security

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) […]

AKS Azure Monitor Configuration Dashboard

Azure Monitor – Install AKS Monitoring Grafana Dashboard With Azure AD Integration Using Helm

In my last post I showed you how to configure Kubernetes to configure Azure Monitor scraping to collect Prometheus metrics from a GO application. This time I would like to show you how to present this data properly in a nice dashboard. Luckily Microsoft has just released an awesome looking Grafana template… …which we will […]

Authoring Azure Automation Azure Stack Configuration Testing

Azure Stack – Azure Stack Development Kit Meets Terraform

In this post I would like to write about my experiences using Terraform on Azure Stack Development Kit (ASDK). What is Terraform? Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular service providers as well as custom in-house solutions. Configuration files describe to Terraform the […]

Azure Azure Stack Configuration Testing

Azure Stack – Azure Stack Development Kit Azure Registration

The next step in our Azure Stack Development Kit journey is to join Azure. In order to download marketplace items from Azure and to set up commerce data reporting back to Microsoft, we will need to register Azure Stack in Azure. This is required to support full Azure Stack functionality, including marketplace syndication. If you […]