Set up Microsoft Azure Government Cloud on Cloud Provisioning and Governance
Set up Microsoft Azure Government Cloud on Cloud Provisioning and Governance for the first time. You can discover, provision, and manage Microsoft Azure Government Cloud resources using Cloud Provisioning and Governance, thereafter.
Before you begin
To set up Microsoft Azure Government cloud on Cloud Provisioning and Governance, you must:
- Set up a Microsoft Azure Service Principal on the Azure Government Portal and register the service account on the Cloud Provisioning and Governance application.
- Configure a MID Server with the required properties to enable Microsoft Azure Government and the ServiceNow instance to communicate correctly.
- Use the Microsoft Azure Service Principal credentials to discover associated service accounts and cloud resources.
-
In the base system Terraform template, set the environment variable to usgovernment. For information on where to find the template to modify, see Discover the Infrastructure as Code (IaC) templates.
provider "azurerm" { subscription_id = "<REPLACE_WITH_ACCOUNT_ID»" client_id = "<REPLACE_WITH_APP_ID»" client_secret = "<REPLACE_WITH_PASSWORD»" tenant_id = "<REPLACE_WITH_TENANT_ID»" environment = "usgovernment" }
Role required: admin
About this task
Be sure to perform the procedures in order. After you have performed the Day 1 setup, you can perform the optional Day 2 setup and configuration procedures as needed and in any order. Detailed instructions for each procedure follow this overview.