Skip to content

Sovereign Clouds

github-actions edited this page Feb 15, 2023 · 12 revisions

Sovereign clouds

In addition to Public Azure Cloud that most of us are familiar with, there’s also separate sovereign Azure clouds for US Government and China.

To use AzOps with one of the sovereign clouds, the following additional configuration is required.

  1. Create the ARM_ENVIRONMENT variable/secret with the sovereign cloud environment name as value, for example AzureUSGovernment or AzureChinaCloud.
    GitHub Actions Add GH Action Secret Azure DevOps Add Azure DevOps variable in variable group
  2. Update "Core.DefaultDeploymentRegion" in settings.json to a supported region in the sovereign cloud, for example usgovvirginia for Azure US Government and chinaeast2for Azure China.
  3. Run a pull to validate settings and populate the repository.