0

I have a function app that is deployed using Azure Container Apps. Azure Functions supports several secret repositories. Since blob isn't really convenient for me, I'm currently using keyvault. This has the disadvantage that I have to provide a Key Vault only for some function keys.
As I understand it, Azure Container Apps are just based on Kubernetes and their secrets are just Kubernetes secrets. Since kubernetes is also a supported key store for function apps, is it possible to use it as a secret store with Azure Container Apps?

1 Answer 1

0

No, that's not possible currently since the app doesn't have access to create/update kubernetes secrets in ACA.

Sign up to request clarification or add additional context in comments.

1 Comment

That's sad to hear. Is there any plan to implement access to ACA secrets for Function Apps?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.