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/virtual-machines/workloads/sap/automation-configure-devops.md
+47-4Lines changed: 47 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,53 @@ You can use Azure Repos to store your configuration files and Azure Pipelines to
18
18
19
19
To use Azure DevOps Services, you'll need an Azure DevOps organization. An organization is used to connect groups of related projects. Use your work or school account to automatically connect your organization to your Azure Active Directory (Azure AD). To create an account, open [Azure DevOps](https://azure.microsoft.com/services/devops/) and either _sign-in_ or create a new account.
20
20
21
-
## Create a new project
21
+
## Configure Azure DevOps Services for the SAP Deployment Automation Framework
22
+
23
+
You can use the following script to do a basic installation of Azure Devops Services for the SAP Deployment Automation Framework.
Validate that the project has been created by navigating to the Azure DevOps portal and selecting the project. Ensure that the Repo is populated and that the pipelines have been created.
37
+
38
+
You can finalize the Azure DevOps configuration by running the following scripts on your local workstation. Open a PowerShell Console and define the environment variables. Replace the bracketed values with the actual values.
You can use Azure Repos to store both the code from the sap-automation GitHub repository and the environment configuration files.
24
70
@@ -187,9 +233,6 @@ Create the Configuration Web App pipeline by choosing _New Pipeline_ from the Pi
187
233
188
234
Save the Pipeline, to see the Save option select the chevron next to the Run button. Navigate to the Pipelines section and select the pipeline. Rename the pipeline to 'Configuration Web App' by choosing 'Rename/Move' from the three-dot menu on the right.
189
235
190
-
> [!NOTE]
191
-
> In order for the web app to function correctly, the SAP workload zone deployment and SAP system deployment pipelines must be named as specified.
192
-
193
236
## Deployment removal pipeline
194
237
195
238
Create the deployment removal pipeline by choosing _New Pipeline_ from the Pipelines section, select 'Azure Repos Git' as the source for your code. Configure your Pipeline to use an existing Azure Pipelines YAML File. Specify the pipeline with the following settings:
0 commit comments