skip to Main Content

Azure – Admin Consent failed for AAD application

I have global adminstrator permission and When i try to do admin consent to AAD Application permissions i am getting below error. az : ERROR: Bad Request({"ClassName":"Microsoft.Portal.Framework.Exceptions.ClientException","Message":"Graph call failed with httpCode=BadRequest, errorCode=Request_BadRequest, errorMessage=The application needs access to a service that…

VIEW QUESTION

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
Back To Top
Search