ARAqib Rahmaninaqibrahman.com·Jan 8, 2023 · 2 min readAzure Conditional Access Policies as Code with Graph API, Part 3: ApplyIn the third and final part of our Azure Conditional Access Policies as Code with Graph API series, we'll be covering the Apply phase of our policies. You can check out the other parts from the links below: Part 1: Write Part 2: Plan Part 3: Apply...00
ARAqib Rahmaninaqibrahman.com·Dec 19, 2022 · 3 min readAzure Conditional Access Policies as Code with Graph API, Part 2: PlanIn the second part of our Azure Conditional Access Policies as Code with Graph API series, we'll be covering the Plan phase of our policies. You can check out the other parts from the links below: Part 1: Write Part 2: Plan Part 3: Apply Now tha...00
ARAqib Rahmaninaqibrahman.com·Dec 3, 2022 · 3 min readAzure Conditional Access Policies as Code with Graph API, Part 1: WriteConditional access is an additional layer of security whereby it looks for signals and makes a decision on which actions the user must complete in order to access a resource. Typically conditional access policies are manually managed in Azure AD thro...00
ARAqib Rahmaninaqibrahman.com·Jul 19, 2022 · 3 min readDeploy Azure Virtual Network Peering with a Terraform ModuleIn this blog post I'll take you through this Terraform module I created which you can use to deploy VNet peerings in your Azure tenant. Consider a typical hub and spoke network, the Virtual Networks may be spread out across your tenant in multiple su...00
ARAqib Rahmaninaqibrahman.com·Apr 1, 2022 · 8 min readDetecting and Remediating State Drift in TerraformWhen you deploy your infrastructure with Terraform, the state is recorded to map the resource instances to the configuration. When the configuration is updated, Terraform looks at the current state and then creates a plan to update or delete the reso...00