skip to Main Content

AzureBlobStorage AuthorizationPermissionMismatch error using User Managed Identities, Python SDK from AKS – Debian

I'm running a Python app in AKS (as a Job, but doesn't matter), using the Azure Python SDK to access blob storage. I'm using a User Managed Identity for auth, using ManagedIdentityCredential with the client_id kwarg (see https://learn.microsoft.com/en-us/python/api/azure-identity/azure.identity.managedidentitycredential?view=azure-python). It is…

VIEW QUESTION

Can't install azure cli on centos

I am trying to install azure-cli on centos 7 box. I am getting this error repeatedly Error: Package: azure-cli-2.0.80-1.el7.x86_64 (azure-cli) Requires: libpython3.6m.so.1.0()(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest…

VIEW QUESTION
Back To Top
Search