Skip to content

Commit c7605a5

Browse files
committed
Addressing Issues
1 parent f289b60 commit c7605a5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

articles/virtual-machines/workloads/sap/automation-deploy-control-plane.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ cd ~/Azure_SAP_Automated_Deployment/WORKSPACES
6666
az logout
6767
az login
6868
export DEPLOYMENT_REPO_PATH=~/Azure_SAP_Automated_Deployment/sap-automation
69+
export ARM_SUBSCRIPTION_ID=<subscriptionID>
6970
export subscriptionID=<subscriptionID>
7071
export spn_id=<appID>
7172
export spn_secret=<password>

articles/virtual-machines/workloads/sap/automation-deploy-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ webdispatcher_server_count=0
114114

115115
## Deploying the SAP system
116116

117-
The sample SAP System configuration file `DEV-WEEU-SAP01-X01.tfvars` is located in the `~/Azure_SAP_Automated_Deployment/WORKSPACES/SYSTEM/DEV-WEEU-SAP01-X01` folder.
117+
The sample SAP System configuration file `DEV-WEEU-SAP01-X01.tfvars` is located in the `~/Azure_SAP_Automated_Deployment/samples/WORKSPACES/SYSTEM/DEV-WEEU-SAP01-X01` folder.
118118

119119
Running the command below will deploy the SAP System.
120120

articles/virtual-machines/workloads/sap/automation-deploy-workload-zone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ az role assignment create --assignee <appId> --role "User Access Administrator"
8686

8787
## Deploying the SAP Workload zone
8888

89-
The sample Workload Zone configuration file `DEV-WEEU-SAP01-INFRASTRUCTURE.tfvars` is located in the `~/Azure_SAP_Automated_Deployment/WORKSPACES/LANDSCAPE/DEV-WEEU-SAP01-INFRASTRUCTURE` folder.
89+
The sample Workload Zone configuration file `DEV-WEEU-SAP01-INFRASTRUCTURE.tfvars` is located in the `~/Azure_SAP_Automated_Deployment/samples/WORKSPACES/LANDSCAPE/DEV-WEEU-SAP01-INFRASTRUCTURE` folder.
9090

9191
Running the command below will deploy the SAP Workload Zone.
9292

0 commit comments

Comments
 (0)