I have a machine learning model deployed on azure container instance and I need to access to key vault. When i use command below
credential = DefaultAzureCredential()
It can't authenticate thus i cannot reach my secrets.
How can i reach keyvault inside azure container instance?