Blob trigger azure function in AKS with Keda
I have a Java Azure Function deployed to AKS (Azure Kubernetes Service) with KEDA enabled. The function uses a blob trigger, which works fine when configured with AzureWebJobsStorage set to a storage account connection string using an access key. However, I’m trying to switch to using Managed Identity to access blob storage.