-
Notifications
You must be signed in to change notification settings - Fork 166
Sovereign Clouds
github-actions edited this page Feb 15, 2023
·
12 revisions
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.