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/sap/automation/plan-deployment.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Before you design your control plane, consider the following questions:
41
41
* How is outbound internet provided for the virtual machines?
42
42
* Are you going to deploy Azure Firewall for outbound internet connectivity?
43
43
* Are private endpoints required for storage accounts and the key vault?
44
-
* Are you going to use an existing private DNS zone for the virtual machines or will you use the control plane for hosting Private DNS?
44
+
* Are you going to use an existing private DNS zone for the virtual machines or use the control plane for hosting Private DNS?
45
45
* Are you going to use Azure Bastion for secure remote access to the virtual machines?
46
46
* Are you going to use the SAP Deployment Automation Framework configuration web application for performing configuration and deployment activities?
47
47
@@ -178,7 +178,7 @@ The automation framework uses the workload zone key vault for storing both the a
178
178
179
179
To create your service principal:
180
180
181
-
1. Sign in to the [Azure CLI](/cli/azure/) with an account that has permissions to create a service principal.
181
+
1. Sign in to the [Azure CLI](/cli/azure/) with an account that has permissions to create a service principal
182
182
1. Create a new service principal by running the command `az ad sp create-for-rbac`. Make sure to use a description name for `--name`. For example:
183
183
184
184
```azurecli
@@ -395,7 +395,7 @@ For more information, see [Configure the SAP system for automation](configure-sy
395
395
396
396
When you plan a deployment, it's important to consider the overall flow. There are three main steps of an SAP deployment on Azure with the automation framework.
397
397
398
-
1. Deploy the control plane. This step deploys components to support the SAP automation framework in a specified Azure region. Some parts of this step are to:
398
+
1. Deploy the control plane. This step deploys components to support the SAP automation framework in a specified Azure region.
399
399
1. Create the deployment environment.
400
400
1. Create shared storage for Terraform state files.
401
401
1. Create shared storage for SAP installation media.
0 commit comments