Skip to content

Commit 80ca369

Browse files
committed
URL updates
1 parent 2b63c58 commit 80ca369

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/virtual-machines/workloads/sap/automation-manual-deployment.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,18 @@ Download Terraform to your environment:
8484
8585
## Set up repository
8686
87-
Clone and configure the [automation framework repository](https://github.com/Azure/sap-hana).
87+
Clone and configure the [automation framework repository](https://github.com/Azure/sap-automation).
8888
8989
1. Clone the repository from GitHub:
9090
9191
```azurecli-interactive
92-
git clone https://github.com/Azure/sap-hana.git
92+
git clone https://github.com/Azure/sap-automation.git
9393
```
9494
95-
1. Navigate to the `sap-hana` folder.
95+
1. Navigate to the `sap-automation` folder.
9696
9797
```azurecli-interactive
98-
cd ~/Azure_SAP_Automated_Deployment/sap-hana
98+
cd ~/Azure_SAP_Automated_Deployment/sap-automation
9999
```
100100
101101
1. Optionally, check out a different branch than the main branch. The main branch for the repository is the default.
@@ -152,23 +152,23 @@ Clone and configure the [automation framework repository](https://github.com/Azu
152152
1. Initialize Terraform.
153153
154154
```azurecli-interactive
155-
terraform init ../../../sap-hana/deploy/terraform/bootstrap/sap_deployer/
155+
terraform init ../../../sap-automation/deploy/terraform/bootstrap/sap_deployer/
156156
```
157157
158158
1. Create a Terraform execution plan that follows the default naming convention.
159159
160160
```azurecli-interactive
161161
terraform plan \
162162
--var-file=DEMO-EUS2-DEP00-INFRASTRUCTURE.json \
163-
../../../sap-hana/deploy/terraform/bootstrap/sap_deployer/
163+
../../../sap-automation/deploy/terraform/bootstrap/sap_deployer/
164164
```
165165
166166
1. Apply your Terraform execution plan to deploy the resources.
167167
168168
```azurecli-interactive
169169
terraform apply --auto-approve \
170170
--var-file=DEMO-EUS2-DEP00-INFRASTRUCTURE.json \
171-
../../../sap-hana/deploy/terraform/bootstrap/sap_deployer/
171+
../../../sap-automation/deploy/terraform/bootstrap/sap_deployer/
172172
```
173173
174174
1. Note the output.
@@ -261,7 +261,7 @@ The deployer uses a service principal to deploy resources into a subscription.
261261
1. Navigate to where you cloned the automation framework repository.
262262
263263
```bash
264-
cd ~/Azure_SAP_Automated_Deployment/sap-hana
264+
cd ~/Azure_SAP_Automated_Deployment/sap-automation
265265
```
266266
267267
1. Optionally, check out a different branch than the main branch. The main branch for the repository is the default.

articles/virtual-machines/workloads/sap/automation-plan-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For your own parameter files, it's a best practice to keep these files in a sour
6767
6868
### Folder structure
6969
70-
The following sample folder hierarchy shows how to structure your configuration files along with the automation framework files. The first top-level folder, called **sap-hana**, has the automation framework files that you don't need to change in most use cases. The second top-level folder, called **WORKSPACES**, contains subfolders with configuration files for your deployment settings.
70+
The following sample folder hierarchy shows how to structure your configuration files along with the automation framework files. The first top-level folder, called **sap-automation**, has the automation framework files that you don't need to change in most use cases. The second top-level folder, called **WORKSPACES**, contains subfolders with configuration files for your deployment settings.
7171
7272
| Folder name | Contents | Description |
7373
| ----------- | -------- | ----------- |

0 commit comments

Comments
 (0)