-
In this article : https://azure.github.io/aad-pod-identity/docs/demo/standard_walkthrough/ at the step : Deploy a pod that validates the functionality The demo pod does not support AzureChinaCLoud, when I deploy the pod to AzureCHinaCloud, it sends requests to global Azure . errors like below occur: from the source code of the demo pod: /~https://github.com/Azure/aad-pod-identity/blob/master/cmd/demo/main.go Could someone helps add a varible that supports AzureChinaCloud endpoint : https://management.chinacloudapi.cn/ ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Have you tried adding the |
Beta Was this translation helpful? Give feedback.
Have you tried adding the
--resource-name=https://management.chinacloudapi.cn/
flag to the demo pod?