c# - Azure Key Vault 环境变量

标签 c# azure environment-variables azure-keyvault

在 Azure 中,有没有办法将环境变量指向 key 保管库值?所以我只会指出环境变量,而 azure 会完成其余的工作。

提前致谢,安德鲁

最佳答案

您正在寻找Key Vault references .

Key Vault references can be used as values for Application Settings, allowing you to keep secrets in Key Vault instead of the site config. Application Settings are securely encrypted at rest, but if you need secret management capabilities, they should go into Key Vault.

当然:应用程序设置可用作环境变量,因此在应用程序设置中使用 Key Vault 引用可以有效地将其用作环境变量

关于c# - Azure Key Vault 环境变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57904748/

相关文章:

c# - RTMFP fashon library+server 有.Net P2P 通信吗?

c# - 将 UI Thread 方法传递给另一个线程以在 C# 中调用

azure - 如何通过graph api从azure ad中的域或子域获取/搜索用户

javascript - 如何有条件地使用开发或生产环境变量

c# - 是否可以在 C# 中编写 Visual Studio Code 扩展

c# - 如何在.net core项目中添加View路由?

azure - 为什么更新 aks 集群也会更新节点镜像

powershell - Azure 资源组部署失败后无法删除

java - ls(envir = envir, all.names = private) 错误 : invalid 'envir' argument in R

Java 默认版本在 PATH 更改后不反射(reflect)