Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,029 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have injected environment variables to aks which stays can be used as environment variables, however when i use python sdk to auth to anything azure. It’s using the key@azurekeyvault text instead of value. However, if i just create the key it will print the actual value. Any ideas?
For ex: 1st one works great. Second one shows AZURE_CLIENT_ID as clientid@azurekeyvault
{"message": f"Hello World, AZURE_CLIENT_ID: {settings.AZURE_CLIENT_ID}