Skip to content

Unable to deploy Metaflow in AKS #22

Description

@mrcmoresi

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions