Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to deploy Metaflow in AKS #22

Open
mrcmoresi opened this issue Dec 9, 2022 · 0 comments
Open

Unable to deploy Metaflow in AKS #22

mrcmoresi opened this issue Dec 9, 2022 · 0 comments

Comments

@mrcmoresi
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant