skip to Main Content

Terraform Azure subscription create issue

Terraform Version 1.5.1 Terraform Configuration Files required_providers { azurerm = { source = "hashicorp/azurerm" } } } # Configure the Microsoft Azure Provider provider "azurerm" { features {} } data "azurerm_billing_enrollment_account_scope" "example" { billing_account_name = "account holder name" enrollment_account_name =…

VIEW QUESTION

Azure Service Principal RemoveKey c#

I'm trying to remove a certificate to a service account. I'm doing this with Microsoft.Graph (5.14.0) with a Service Principal account which is global administrator and has the necessary permissions with Graph. This master account authenticates via a certificate. I…

VIEW QUESTION

Azure Policy | Tags

{ "properties": { ----> the very first statement errors out and cannot save JSON. trying to deploy following JSON - { "properties": { "displayName": "Enforce Resource Group Tag Values", "policyType": "Custom", "mode": "All", "parameters": { "tagEnv": { "type": "String", "metadata":…

VIEW QUESTION
Back To Top
Search