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/configure-devops.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Configure Azure DevOps Services for SAP Deployment Automation Frame
4
4
author: kimforss
5
5
ms.author: kimforss
6
6
ms.reviewer: kimforss
7
-
ms.date: 03/17/2026
7
+
ms.date: 03/18/2026
8
8
ms.topic: how-to
9
9
ms.service: sap-on-azure
10
10
ms.subservice: sap-automation
@@ -47,7 +47,7 @@ To use Azure DevOps Services, you need an Azure DevOps organization. An organiza
47
47
Use this procedure when you want the framework scripts to create the Azure DevOps project, service connections, and baseline artifacts for the control plane.
48
48
49
49
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.
51
51
1. Run the script. The script opens browser windows for authentication and for tasks in Azure DevOps.
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
+
122
127
1. Decide where Terraform and Ansible code runs from:
123
128
124
129
- Run code directly from GitHub.
@@ -132,7 +137,7 @@ Write-Output "Agent Pool Name: $AgentPoolName"
132
137
Run this procedure after the control plane project is available.
133
138
134
139
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.
136
141
1. Run the script.
137
142
138
143
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.
249
254
250
255
For more information, see [Clone a repository](/azure/devops/repos/git/clone?view=azure-devops#clone-an-azure-repos-git-repo&preserve-view=true).
251
256
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.":::
253
258
254
259
### Manually import the repository content by using a local clone
255
260
@@ -284,7 +289,7 @@ To pull the code from GitHub, you need a GitHub service connection. For more inf
284
289
285
290
1. In Azure DevOps, go to **Project Settings** > **Pipelines** > **Service connections**.
286
291
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.":::
288
293
289
294
1. Select **GitHub** as the service connection type.
290
295
1. In **OAuth Configuration**, select **Azure Pipelines**.
@@ -467,7 +472,7 @@ To remove the Azure resources, you need an Azure Resource Manager service connec
467
472
468
473
1. In Azure DevOps, go to **Project Settings** > **Pipelines** > **Service connections**.
469
474
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.":::
471
476
472
477
1. Select **Azure Resource Manager** and then select **Service principal (manual)**.
473
478
1. Enter the target subscription (typically the control plane subscription) and service principal values.
0 commit comments