Hi,
I'm facing a problem when deploying Metaflow in AKS. I'm following this tutorial https://outerbounds.com/engineering/deployment/azure-k8s/deployment/
when perfoming the step
terraform apply -target="module.infra" -var-file="FILE.tfvars"
Almost all the resources are created in the new resource group but the service principal.
│ Error: Could not create service principal
│
│ with module.infra.azuread_service_principal.service_principal,
│ on infra/credentials.tf line 11, in resource "azuread_service_principal" "service_principal":
│ 11: resource "azuread_service_principal" "service_principal" {
│
│ ServicePrincipalsClient.BaseClient.Post(): unexpected status 403 with OData error: Authorization_RequestDenied: When using this permission, the backing application of the service principal being created
│ must in the local tenant
I have owner privileges in the subscription, what should I check?
Best
Marco
Hi,
I'm facing a problem when deploying Metaflow in AKS. I'm following this tutorial https://outerbounds.com/engineering/deployment/azure-k8s/deployment/
when perfoming the step
Almost all the resources are created in the new resource group but the service principal.
I have owner privileges in the subscription, what should I check?
Best
Marco