How escape an = when getting a value from Azure Key Vault for Azure Functions
I have an Azure Function with an environment variable set to obtain the value from a key vault:
Reference Azure Key Vault secrets in a different tenant in Azure Function App’s Environment variables
Currently I can use @Microsoft.KeyVault(SecretUri=XXX)
in the Azure Function’s Environment Variable’s Value field. But this requires the Azure Function has a system-assigned managed identity. The identity need to have read access to the Azure KeyVault Secret.