如何使用 Visual Studio 将 Azure Key Vault 连接到 C# windows Service 应用程序?我正在使用 VS 2019 和 .NET Framework 4.7.2。
连接服务下没有服务依赖项选项,我通常会在其中找到用于 Web 服务的 Azure Key Vault。
但没有可用于Windows 服务的此类选项
如何使用 Visual Studio 将 Azure Key Vault 连接到 C# windows Service 应用程序?我正在使用 VS 2019 和 .NET Framework 4.7.2。
连接服务下没有服务依赖项选项,我通常会在其中找到用于 Web 服务的 Azure Key Vault。
但没有可用于Windows 服务的此类选项
试试这些步骤
1.选择Add > Connected Service。单击+ 出现 Connected Service 页面,其中包含您可以添加到项目中的服务。
2. 选择Azure Key Vault并单击Next。
3. 选择您要使用的订阅,然后选择现有的 Key Vault 并单击完成
有关更多详细信息,请参阅此文档