Skip to content

Commit 135fc90

Browse files
author
Kimmo Forss
committed
Update deployment plan and service principal creation instructions
1 parent e235366 commit 135fc90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/sap/automation/plan-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Before you design your control plane, consider the following questions:
4141
* How is outbound internet provided for the virtual machines?
4242
* Are you going to deploy Azure Firewall for outbound internet connectivity?
4343
* 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?
4545
* Are you going to use Azure Bastion for secure remote access to the virtual machines?
4646
* Are you going to use the SAP Deployment Automation Framework configuration web application for performing configuration and deployment activities?
4747

@@ -178,7 +178,7 @@ The automation framework uses the workload zone key vault for storing both the a
178178

179179
To create your service principal:
180180

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
182182
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:
183183

184184
```azurecli
@@ -395,7 +395,7 @@ For more information, see [Configure the SAP system for automation](configure-sy
395395

396396
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.
397397

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.
399399
1. Create the deployment environment.
400400
1. Create shared storage for Terraform state files.
401401
1. Create shared storage for SAP installation media.

0 commit comments

Comments
 (0)