如何在 Azure Key Vault 中添加键值对?

How to add a Key-Value in a Azure Key Vault?

我想为 SQL 数据库连接字符串添加键值,例如:

键:DBConnectionString

值:Server=myServerAddress;Database=myDataBase;Trusted_Connection=True;

在 Azure 门户中,我创建了一个 Key Vault。我在左侧打开了 Keys link 的页面。在那个页面上,我只能在那里添加 Key 而不是 Value.

如何添加 Key-Value

Azure Key Vault 中的键值对应存储在 "Secrets" 部分中。密钥部分用于存储加密密钥。