As written in part 1, policies are used to maintain the state. The Azure portal itself contains a lot of OOTB policies, but you also…
As written in Part 1, policies are used to maintain the state. The Azure portal itself contains a lot of OOTB policies, but you also…
Azure Policy is a way of enforcing standards and guardrails and assessing resource compliance. In Azure, the compliance dashboard offers an aggregated view to validate…
Microsoft has released new functionality in public preview to manage the costs of Azure subscriptions. This new functionality gives excellent insights into the costs and…
Microsoft Defender for Cloud offers the option to include custom security recommendations. For custom security recommendations you can think of corporate security guidelines that need…
When resource creation fails because of Azure Policies the error is not always that descriptive and you will have to search for the failure. If…
With the new release of Bicep (v0.4.1124) it is now possible to export existing Azure resources to Bicep code. This means you do not have…
As of version 0.4.1008 bicep now supports repositories for saving bicep modules. Repositories that are supported at the time of writing this article are: Azure…
Within Azure DevOps service connections are used for the authentication against the Azure platform but in GitHub this works a little bit different. Let me…
At the beginning of this year Microsoft released Azure Arc enabled Kubernetes, this enabled you to attach conformant Kubernetes clusters to Azure for management. With a new preview…
Azure template spec is a resource type within Azure used for storing an Azure Resource Manager (ARM) template for later use. By using template specs…
During Ignite Microsoft released bicep version 0.3.1. With this version the bicep language is not experimental any more. Some pointer about this version are: Parity…