Storing Secrets and Connection strings into KeyValut instead of environmental variables #1304
-
Hello, As of now it seems to me, App only supports storing sensitive information in environmental variables, which is not best security practice for production deployment. Is there any simple change or setting I could do to load sensitive information from KeyValut ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I have not tried it, but couldn't you just put the KeyVault urls into the Environment Variables of the Azure App Service? See below: https://learn.microsoft.com/en-us/azure/app-service/app-service-key-vault-references?tabs=azure-cli |
Beta Was this translation helpful? Give feedback.
@tomask736 Glad to help. Can you mark this as answered?