你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
注册 Azure 机密账本资源提供程序
在使用 Azure 机密账本之前,必须先注册 Azure 机密账本资源提供程序。
注册方法
资源提供程序是提供 Azure 资源的服务。 使用 Azure CLI az provider register 命令或 Azure PowerShell Register-AzResourceProvider cmdlet 注册 Azure 机密账本资源提供程序“microsoft.ConfidentialLedger”。
az provider register --namespace "microsoft.ConfidentialLedger"
可以使用 Azure CLI az provider register 命令或 Azure PowerShell Get-AzResourceProvider cmdlet 验证注册是否完成。
az provider show --namespace "microsoft.ConfidentialLedger"