gpt4 book ai didi

powershell - 如何使用带有证书身份验证的 powershell 获取 Azure Key Vault secret ?

转载 作者:行者123 更新时间:2023-12-03 03:10:32 26 4
gpt4 key购买 nike

我在 Azure 辅助角色上包含了一个 Powershell 启动任务,该任务需要从 Azure Key Vault 中提取 secret 。我想使用客户端证书来验证 Key Vault 请求(当角色出现时,证书将安装在虚拟机上)。

我看了一下this有关 azure 文档的教程,但这需要我编写一些 C# 方法并包含一堆 nuget 包。有没有更简单的方法?

最佳答案

查看这篇文章:Use Azure PowerShell to create a service principal to access resources

Add-AzureRmAccount -ServicePrincipal -CertificateThumbprint $cert.Thumbprint -ApplicationId $appId -TenantId $tenantId

关于powershell - 如何使用带有证书身份验证的 powershell 获取 Azure Key Vault secret ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38824610/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com