Sovereign Clouds - Azure/AzOps GitHub Wiki
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.
- Create the
ARM_ENVIRONMENTvariable/secret with the sovereign cloud environment name as value, for exampleAzureUSGovernmentorAzureChinaCloud.
GitHub Actions
Azure DevOps

- Update
"Core.DefaultDeploymentRegion"in settings.json to a supported region in the sovereign cloud, for exampleusgovvirginiafor Azure US Government andchinaeast2for Azure China. - Run a pull to validate settings and populate the repository.