Skip to content

Commit bc990c2

Browse files
committed
Minor edits
1 parent a99987f commit bc990c2

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

articles/sap/automation/configure-devops.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configure Azure DevOps Services for SAP Deployment Automation Frame
44
author: kimforss
55
ms.author: kimforss
66
ms.reviewer: kimforss
7-
ms.date: 03/17/2026
7+
ms.date: 03/18/2026
88
ms.topic: how-to
99
ms.service: sap-on-azure
1010
ms.subservice: sap-automation
@@ -47,7 +47,7 @@ To use Azure DevOps Services, you need an Azure DevOps organization. An organiza
4747
Use this procedure when you want the framework scripts to create the Azure DevOps project, service connections, and baseline artifacts for the control plane.
4848

4949
1. Open PowerShell and copy the following script.
50-
1. Update all parameter values so match your environment.
50+
1. Update all parameter values so it matches your environment.
5151
1. Run the script. The script opens browser windows for authentication and for tasks in Azure DevOps.
5252

5353
```powershell
@@ -118,7 +118,12 @@ Write-Output "Managed Identity Id: $($ManagedServiceIdentity.Id)"
118118
Write-Output "Agent Pool Name: $AgentPoolName"
119119
```
120120

121-
1. In Azure DevOps, validate that the project was created, the repository was populated, and pipelines were created.
121+
1. In Azure DevOps, validate that:
122+
123+
- The project was created
124+
- The repository was populated
125+
- The pipelines were created
126+
122127
1. Decide where Terraform and Ansible code runs from:
123128

124129
- Run code directly from GitHub.
@@ -132,7 +137,7 @@ Write-Output "Agent Pool Name: $AgentPoolName"
132137
Run this procedure after the control plane project is available.
133138

134139
1. Open PowerShell and copy the following script.
135-
1. Update all parameter values to match your environment.
140+
1. Update all parameter values so it matches your environment.
136141
1. Run the script.
137142

138143
Use the following script to deploy the artifacts that are needed to support a new workload zone. This process creates the variable group and the service connection in Azure DevOps and, optionally, the deployment service principal.
@@ -249,7 +254,7 @@ Only do this step if direct import is unavailable.
249254

250255
For more information, see [Clone a repository](/azure/devops/repos/git/clone?view=azure-devops#clone-an-azure-repos-git-repo&preserve-view=true).
251256

252-
:::image type="content" source="./media/devops/automation-repo-clone.png" alt-text="Screenshot that shows how to clone the repository.":::
257+
:::image type="content" source="./media/devops/automation-repo-clone.png" alt-text="Screenshot of Azure DevOps with a repository ready for cloning.":::
253258

254259
### Manually import the repository content by using a local clone
255260

@@ -284,7 +289,7 @@ To pull the code from GitHub, you need a GitHub service connection. For more inf
284289

285290
1. In Azure DevOps, go to **Project Settings** > **Pipelines** > **Service connections**.
286291

287-
:::image type="content" source="./media/devops/automation-create-service-connection.png" alt-text="Screenshot that shows how to create a service connection for GitHub.":::
292+
:::image type="content" source="./media/devops/automation-create-service-connection.png" alt-text="Screenshot that shows how to create a service connection for GitHub in Azure DevOps.":::
288293

289294
1. Select **GitHub** as the service connection type.
290295
1. In **OAuth Configuration**, select **Azure Pipelines**.
@@ -467,7 +472,7 @@ To remove the Azure resources, you need an Azure Resource Manager service connec
467472

468473
1. In Azure DevOps, go to **Project Settings** > **Pipelines** > **Service connections**.
469474

470-
:::image type="content" source="./media/devops/automation-create-service-connection.png" alt-text="Screenshot that shows how to create a service connection.":::
475+
:::image type="content" source="./media/devops/automation-create-service-connection.png" alt-text="Screenshot showing how to create a service connection in Azure DevOps.":::
471476

472477
1. Select **Azure Resource Manager** and then select **Service principal (manual)**.
473478
1. Enter the target subscription (typically the control plane subscription) and service principal values.

0 commit comments

Comments
 (0)