-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyVault cannot be used by multiple function apps #2571
Comments
Thank you @sherman89 for reporting. Please let us know steps to repro the issue . |
As there is no recent activity , couldnt keep this opened . |
Could you please elaborate the need. |
@JAdluri Basically multiple Azure Functions cannot use the same Key Vault for storing the function key because the key name is not unique per function app, which causes conflicts. It would be nice if each key includes some unique identifier for the function app to avoid this conflict. Thanks! |
Will look into the issue and let you know furtherly |
@JAdluri Sorry but any news on this? or maybe at least a workaround? I need to add KV authorization to my Function App, and have to decide whether I do it by hand due to this limitation, or am I able to confidently use the built-in mechanism without having to later worry about conflicts. Thank you! |
Hello @sherman89 Please add KV authorization in your function apps for better work feasibility |
Bringing much needed attention to: #2305
I'm sorry for the duplicate, but I cannot believe such an issue is still open (and assigned!) after 2 years!
At least allow us to configure custom names for the secrets or something, that actually would be ideal. Using a KV per function app is terrible design!
Thank you!
The text was updated successfully, but these errors were encountered: