skip to Main Content

Azure generate_blob_sas TypeError

I am using the Azure Blob Storage python SDK and trying to generate a sas token for my blob, however I keep getting a TypeError. This is how I'm calling the built-in function (generate_blob_sas). sas_blob = generate_blob_sas(account_name= account_name, container_name= container_name,…

VIEW QUESTION

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