如何使用 Azure Powershell 上传 Azure 管理证书

How to upload an Azure Management Certificate using the Azure Powershell

是否可以使用 Azure Powershell 或 Azure CLI 上传 Azure 管理证书?

背景:我的目标是编写一个脚本,让我使用我的 Microsoft 凭据登录到 Azure,然后一旦我通过 Azure 的身份验证,它就会让我将管理证书上传到我的每个订阅.

然后在未来我将能够使用我上传的证书管理我的订阅,而不必担心登录问题。

Add-AzureCertificate -ServiceName "ContosoService" -CertToDeploy ContosoCertificate.pfx -Password "password"

Found here