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_ENVIRONMENT
variable/secret with the sovereign cloud environment name as value, for exampleAzureUSGovernment
orAzureChinaCloud
.
GitHub Actions Azure DevOps - Update
"Core.DefaultDeploymentRegion"
in settings.json to a supported region in the sovereign cloud, for exampleusgovvirginia
for Azure US Government andchinaeast2
for Azure China. - Run a pull to validate settings and populate the repository.