Credentials not being passed from Azure Keyvault correctly during docker image build
I have a python script that uses the DefaultAzureCredential() function provided by the azure.identity library. This works fine locally when I’m logged into my Azure account that has the correct permissions and the script runs.