You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to deploy some certificates in china, I can do the registration with the KV but when I try to order the certificate I'm getting error 500 when it tries to "Getting DNS Client Token from AAD"
DBUG: Getting DNS Client Token from AAD...
ERROR: Unhandled exception. Azure.Identity.AuthenticationFailedException: DefaultAzureCredential authentication failed due to an unhandled exception:
ERROR: ---> Azure.Identity.AuthenticationFailedException: ManagedIdentityCredential authentication failed: Service request failed.
ERROR: Status: 500 (Internal Server Error)
I'm connecting with a System Managed Identity in a container
az cloud set --name "AzureChinaCloud"
az login --identity
az account set --subscription $TargetSubscriptionId
It is connecting properly to the China environment and setting the context to the correct subscription.
Thank you for the support.
The text was updated successfully, but these errors were encountered:
I'm trying to deploy some certificates in china, I can do the registration with the KV but when I try to order the certificate I'm getting error 500 when it tries to "Getting DNS Client Token from AAD"
DBUG: Getting DNS Client Token from AAD...
ERROR: Unhandled exception. Azure.Identity.AuthenticationFailedException: DefaultAzureCredential authentication failed due to an unhandled exception:
ERROR: ---> Azure.Identity.AuthenticationFailedException: ManagedIdentityCredential authentication failed: Service request failed.
ERROR: Status: 500 (Internal Server Error)
I'm connecting with a System Managed Identity in a container
az cloud set --name "AzureChinaCloud"
az login --identity
az account set --subscription $TargetSubscriptionId
It is connecting properly to the China environment and setting the context to the correct subscription.
Thank you for the support.
The text was updated successfully, but these errors were encountered: