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
Copy file name to clipboardExpand all lines: articles/virtual-machines/workloads/sap/automation-plan-deployment.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ For your own parameter files, it's a best practice to keep these files in a sour
67
67
68
68
### Folder structure
69
69
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.
# Enterprise Scale for SAP Automation Framework Deployment - Hands-on Lab
13
13
14
14
15
-
This tutorial shows how to do enterprise scaling for deployments using the [SAP deployment automation framework on Azure](automation-deployment-framework.md). This example uses Azure Cloud Shell to deploy the control plane infrastructure. The deployer virtual machine (VM) creates the remaining infrastructure and SAP HANA configurations. There's a feature-locked branch in the [GitHub repository for the automation framework](https://github.com/Azure/sap-hana/), named `sap-level-up`, for use with this tutorial.
15
+
This tutorial shows how to do enterprise scaling for deployments using the [SAP deployment automation framework on Azure](automation-deployment-framework.md). This example uses Azure Cloud Shell to deploy the control plane infrastructure. The deployer virtual machine (VM) creates the remaining infrastructure and SAP HANA configurations.
16
16
17
17
During this lab, you will perform the following tasks
18
18
@@ -37,7 +37,7 @@ There are three main steps of an SAP deployment on Azure with the automation fra
37
37
38
38
3. Deploying the system. This step includes the infrastructure for the SAP system.
39
39
40
-
There are several workflows in the deployment automation process. However, this tutorial focuses on one workflow for ease of deployment. You can deploy this workflow, the SAP-S4HANA standalone environment, using Bash. The tutorial describes the general hierarchy and different phases of the deployment.
40
+
There are several workflows in the deployment automation process. However, this tutorial focuses on one workflow for ease of deployment. You can deploy this workflow, the SAP S4 HANA standalone environment, using Bash. The tutorial describes the general hierarchy and different phases of the deployment.
41
41
### Environment Overview
42
42
43
43
The SAP on Azure deployment automation framework has two main components:
@@ -79,7 +79,7 @@ The system deployment consists of the virtual machines that will be running the
79
79
80
80
### Prerequisites
81
81
82
-
The [SAP deployment automation framework repository](https://github.com/Azure/sap-hana) is available on GitHub.
82
+
The [SAP deployment automation framework repository](https://github.com/Azure/sap-automation) is available on GitHub.
83
83
84
84
> [!IMPORTANT]
85
85
> Before you begin, make sure to change from the default branch to **sap-level-up**.
@@ -120,7 +120,7 @@ az account list --query "[?isDefault]"
120
120
**or**
121
121
122
122
```cloudshell-interactive
123
-
az account list -o table | grep True
123
+
az account list -o table | grep True
124
124
```
125
125
126
126
Create the deployment folder and clone the repository.
cd ~/Azure_SAP_Automated_Deployment/sap-automation
137
136
```
138
137
139
138
Optionally, validate the version of Terraform, and the Azure Command-Line Interface (Azure CLI) available on your instance of the Cloud Shell.
140
139
141
140
```bash
142
-
./util/check_workstation.sh
141
+
deploy/scripts/check_workstation.sh
143
142
```
144
143
145
144
To run the automation framework, update to the following versions.
@@ -148,7 +147,6 @@ To run the automation framework, update to the following versions.
148
147
149
148
1.`terraform` version 1.0.8 or higher. [Upgrade using the Terraform instructions](https://www.terraform.io/upgrade-guides/0-12.html) as necessary.
150
149
151
-
152
150
## Create service principal
153
151
154
152
The SAP automation deployment framework uses service principals for deployment. Create a service principal for your control plane deployment as follows. Make sure to use an account with permissions to create service principals.
@@ -171,7 +169,7 @@ Review the output. For example:
@@ -557,7 +555,7 @@ Wait for the deployment to finish. The new resource group appears in the Azure p
557
555
## Deploy SAP system infrastructure
558
556
559
557
Once the Workload zone is complete, you can deploy the SAP system infrastructure resources. The SAP system creates your VMs and supporting components for your SAP application.
560
-
Use the [installler.sh](bash/automation-installer.md) script to deploy the SAP system.
558
+
Use the [installer.sh](bash/automation-installer.md) script to deploy the SAP system.
561
559
562
560
The SAP system deploys:
563
561
@@ -583,7 +581,7 @@ The deployment command for the `northeurope` example will look like:
583
581
cd ~/Azure_SAP_Automated_Deployment/WORKSPACES/SYSTEM/DEV-NOEU-SAP01-X00
0 commit comments