You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -226,10 +226,10 @@ As a part of the SAP automation framework control plane, you can optionally crea
226
226
227
227
If you would like to use the web app, you must first create an app registration for authentication purposes. Open the Azure Cloud Shell and execute the following commands:
# The environment value is a mandatory field, it is used for partitioning the environments, for example, PROD and NP.
300
-
environment = "MGMT"
300
+
environment = "LAB"
301
301
# The location/region value is a mandatory field, it is used to control where the resources are deployed
302
302
location = "westeurope"
303
303
@@ -340,7 +340,7 @@ code .
340
340
341
341
```terraform
342
342
# The environment value is a mandatory field, it is used for partitioning the environments, for example, PROD and NP.
343
-
environment = "MGMT"
343
+
environment = "LAB"
344
344
# The location/region value is a mandatory field, it is used to control where the resources are deployed
345
345
location = "westeurope"
346
346
@@ -363,9 +363,9 @@ Use the [deploy_controlplane.sh](bash/deploy-controlplane.md) script to deploy t
363
363
364
364
The deployment goes through cycles of deploying the infrastructure, refreshing the state, and uploading the Terraform state files to the library storage account. All of these steps are packaged into a single deployment script. The script needs the location of the configuration file for the deployer and library, and some other parameters.
365
365
366
-
For example, choose **North Europe** as the deployment location, with the four-character name `NOEU`, as previously described. The sample deployer configuration file `MGMT-NOEU-DEP00-INFRASTRUCTURE.tfvars` is in the `~/Azure_SAP_Automated_Deployment/WORKSPACES/DEPLOYER/MGMT-NOEU-DEP00-INFRASTRUCTURE` folder.
366
+
For example, choose **West Europe** as the deployment location, with the four-character name `WEEU`, as previously described. The sample deployer configuration file `LAB-WEEU-DEP05-INFRASTRUCTURE.tfvars` is in the `~/Azure_SAP_Automated_Deployment/WORKSPACES/DEPLOYER/LAB-WEEU-DEP05-INFRASTRUCTURE` folder.
367
367
368
-
The sample SAP library configuration file `MGMT-NOEU-SAP_LIBRARY.tfvars` is in the `~/Azure_SAP_Automated_Deployment/WORKSPACES/LIBRARY/MGMT-NOEU-SAP_LIBRARY` folder.
368
+
The sample SAP library configuration file `LAB-NOEU-SAP_LIBRARY.tfvars` is in the `~/Azure_SAP_Automated_Deployment/WORKSPACES/LIBRARY/LAB-NOEU-SAP_LIBRARY` folder.
369
369
370
370
Set the environment variables for the service principal:
0 commit comments