Skip to content

Commit 0a5d878

Browse files
authored
Merge pull request #184055 from KimForss/master
Removed text duplication
2 parents e4b89bd + 503f46f commit 0a5d878

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ The [automation framework](https://github.com/Azure/sap-automation) has two main
2222

2323
You will use the control plane of the SAP deployment automation framework to deploy the SAP Infrastructure and the SAP application infrastructure. The deployment uses Terraform templates to create the [infrastructure as a service (IaaS)](https://azure.microsoft.com/overview/what-is-iaas) defined infrastructure to host the SAP Applications.
2424

25+
> [!NOTE]
26+
> This automation framework is based on Microsoft best practices and principles for SAP on Azure. Review the [get-started guide for SAP on Azure virtual machines (Azure VMs)](get-started.md) to understand how to use certified virtual machines and storage solutions for stability, reliability, and performance.
27+
>
28+
> This automation framework also follows the [Microsoft Cloud Adoption Framework for Azure](/azure/cloud-adoption-framework/).
29+
2530
The dependency between the control plane and the application plane is illustrated in the diagram below. In a typical deployment a single control plane is used to manage multiple SAP deployments.
2631

2732
:::image type="content" source="./media/automation-deployment-framework/control-plane-sap-infrastructure.png" alt-text="Diagram showing the SAP deployment automation framework's dependency between the control plane and application plane.":::
@@ -30,13 +35,6 @@ The following diagram shows the key components of the control plane and workload
3035

3136
:::image type="content" source="./media/automation-deployment-framework/automation-diagram-full.png" alt-text="Diagram showing the SAP deployment automation framework environment.":::
3237

33-
> [!NOTE]
34-
> This automation framework is based on Microsoft best practices and principles for SAP on Azure. Review the [get-started guide for SAP on Azure virtual machines (Azure VMs)](get-started.md) to understand how to use certified virtual machines and storage solutions for stability, reliability, and performance.
35-
>
36-
> This automation framework also follows the [Microsoft Cloud Adoption Framework for Azure](/azure/cloud-adoption-framework/).
37-
38-
You will use the control plane of the SAP deployment automation framework to deploy the SAP Infrastructure and the SAP application infrastructure. The deployment uses Terraform templates to create the [infrastructure as a service (IaaS)](https://azure.microsoft.com/overview/what-is-iaas) defined infrastructure to host the SAP Applications.
39-
4038
The application configuration will be performed from the Ansible Controller in the Control plane using a set of pre-defined playbooks. These playbooks will:
4139

4240
- Configure base operating system settings
@@ -50,7 +48,7 @@ The application configuration will be performed from the Ansible Controller in t
5048

5149
## About the control plane
5250

53-
The control plane houses the infrastructure from which other environments will be deployed. Once the control plane is deployed, it rarely needs to be redeployed, if ever.
51+
The control plane houses the deployment infrastructure from which other environments will be deployed. Once the control plane is deployed, it rarely needs to be redeployed, if ever.
5452

5553
The control plane provides the following services
5654
- Terraform Deployment Infrastructure

0 commit comments

Comments
 (0)