Skip to content

Commit 4aefdd0

Browse files
author
Kimmo Forss
committed
Change the LAB templates
1 parent 660427e commit 4aefdd0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/sap/automation/tutorial.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ When you choose a name for your service principal, make sure that the name is un
172172
173173
```cloudshell-interactive
174174
export ARM_SUBSCRIPTION_ID="<subscriptionId>"
175-
export control_plane_env_code="MGMT"
175+
export control_plane_env_code="LAB"
176176
177177
az ad sp create-for-rbac --role="Contributor" \
178178
--scopes="/subscriptions/${ARM_SUBSCRIPTION_ID}" \
@@ -226,10 +226,10 @@ As a part of the SAP automation framework control plane, you can optionally crea
226226
227227
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:
228228
229-
Replace MGMT with your environment as necessary.
229+
Replace LAB with your environment as necessary.
230230
231231
```bash
232-
export env_code="MGMT"
232+
export env_code="LAB"
233233
234234
235235
echo '[{"resourceAppId":"00000003-0000-0000-c000-000000000000","resourceAccess":[{"id":"e1fe6dd8-ba31-4d61-89e7-88639da4683d","type":"Scope"}]}]' >> manifest.json
@@ -297,7 +297,7 @@ code .
297297

298298
```terraform
299299
# 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"
301301
# The location/region value is a mandatory field, it is used to control where the resources are deployed
302302
location = "westeurope"
303303
@@ -340,7 +340,7 @@ code .
340340
341341
```terraform
342342
# 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"
344344
# The location/region value is a mandatory field, it is used to control where the resources are deployed
345345
location = "westeurope"
346346
@@ -363,9 +363,9 @@ Use the [deploy_controlplane.sh](bash/deploy-controlplane.md) script to deploy t
363363
364364
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.
365365
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.
367367
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.
369369
370370
Set the environment variables for the service principal:
371371

0 commit comments

Comments
 (0)