Azure Policy – Resolve Managed Identity IAM GUID
As you might know Azure Policy you are able to configure a managed identity to the Policy Assignments so, depending on the effect, the policy code has an identity and…
As you might know Azure Policy you are able to configure a managed identity to the Policy Assignments so, depending on the effect, the policy code has an identity and…
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 Policy is an awesome service for several things in Azure like… Azure Policy is a service in Azure that you use to create, assign, and manage policies. These policies…
One common problem we all share when it comes to working with Azure is cost and “garbage”. Those two relate in proportion to each other, meaning the more “garbage” you…
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…
Have you ever tried to figure out the creation date of a resource group in Azure? As easy it may sound as difficult it is. I needed a timestamp, because…
Usually I am going to blog about solutions and ideas we will use in a constructive way. In this blog post I am going to talk about a destructive solution,…
Introduction When it comes to Azure Stack, a lot of customers want to know what can Azure Stack do for them or in other words what are the use cases…
I had an idea to access an on-premise source like a database or something else via Azure Functions. There other approaches where you could use Logic Apps and the corresponding…
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…