_Note About Identifying Azure GCC
If you're not sure whether your account is a GCC account, you can try the technique described in the official Microsoft documentation How do I identify an Azure Government tenant?
Obtain your tenant name (for example, contoso.onmicrosoft.com) or a domain name registered to your Azure AD tenant (for example, contoso.gov).
- Navigate to https://login.microsoftonline.com/<domainname>/.well-known/openid-configuration
- <domainname> can either be the tenant name or domain name you gathered in the previous step.
- An example URL: https://login.microsoftonline.com/contoso.onmicrosoft.com/.well-known/openid-configuration
If "tenant_region_sub_scope":"GCC" appears in the JSON response, then your account should be a GCC account.
Last modified on Oct 27, 2022
Powered by Confluence and Scroll Viewport.