Azure governance
2024
Bicep - Creating Custom Azure Policy Initiatives
·1048 words·5 mins·
100
views
·
5
likes
Hi everyone! This week we’re talking again about “Policy as Code,” an approach that brings consistency and efficiency to policy management, similar to how “Infrastructure as Code” transformed infrastructure deployment.
2023
Bicep - Azure Custom Roles Definitions
·957 words·5 mins·
100
views
·
5
likes
Hello everyone! Today, I want to talk about custom roles in Azure. Azure gives us many roles to use, but sometimes, they don’t do exactly what we want. So, we need to make our own roles that do the exact job.
Terraform - Deploy and manage Subscription Budgets
·997 words·5 mins·
100
views
·
5
likes
Hi! Today, I’d like to share a helpful tip on how you can efficiently manage your Azure resources and services while keeping your cloud spending in check. With Azure Budgets, you can easily set budget thresholds and receive alerts to monitor your costs proactively.
Bicep - Assigning Azure Policy Initiatives to Enforce Compliance
·800 words·4 mins·
100
views
·
5
likes
Hi all! Today I want to talk to you about “Policy as Code” Just as “Infrastructure as Code” changed how we handle infrastructure deployment, “Policy as Code” gives us consistency, traceability, and rapid implementation in policy management.
Bicep - Deploy a Subscription Budget using Azure CLI
·738 words·4 mins·
100
views
·
5
likes
Managing your resources and services costs is crucial to your Azure subscriptions’ governance. That’s where Azure Budgets comes in. Azure Budgets helps us manage our cloud costs by setting spending limits.
2019
How to create and manage custom roles using Azure PowerShell
·414 words·2 mins·
100
views
·
5
likes
Sometimes it is necessary to create a new role to adjust it to our needs. Today, I want to show you how to create a custom role using Azure PowerShell with the JSON template.