HDinsight 系列-使用证书登陆中国区Azure
Posted vitas_sp
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HDinsight 系列-使用证书登陆中国区Azure相关的知识,希望对你有一定的参考价值。
使用azure explorer 插件的时候,登陆默认是globle的azure网站,中国区的azure不能直接使用
可以使用auth文件认证
auth 文件生成
az cloud show -o json --query "{managementURI: endpoints.management, baseURL: endpoints.resourceManager, authURL: endpoints.activeDirectory, graphURL: endpoints.activeDirectoryGraphResourceId}"
az account show -o json --query "{subscription: id}"
az ad sp create-for-rbac -o json --query "{client: appId, key: password, tenant: tenant}"
根据上述脚本获取相关信息
然后按下面格式拼接起来
client= key= tenant= subscription= authURL=https\://login.chinacloudapi.cn/ baseURL=https\://management.chinacloudapi.cn/ graphURL=https\://graph.chinacloudapi.cn/ managementURI=https\://management.core.chinacloudapi.cn/
以上是关于HDinsight 系列-使用证书登陆中国区Azure的主要内容,如果未能解决你的问题,请参考以下文章
如何通过 Azure Hdinsight 在 Visual Studio 中使用 pig