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
+4-16Lines changed: 4 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,21 +151,6 @@ Create the SAP system deployment pipeline by choosing _New Pipeline_ from the Pi
151
151
152
152
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 'SAP system deployment (infrastructure)' by choosing 'Rename/Move' from the three-dot menu on the right.
153
153
154
-
## SAP web app deployment pipeline
155
-
156
-
Create the SAP web app deployment 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 Pipeline YAML File. Specify the pipeline with the following settings:
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 'Web app deployment' by choosing 'Rename/Move' from the three-dot menu on the right.
165
-
166
-
> [!NOTE]
167
-
> In order for the web app to function correctly, the SAP workload zone deployment and SAP system deployment pipelines must be named as specified.
168
-
169
154
## SAP software acquisition pipeline
170
155
171
156
Create the SAP software acquisition 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:
@@ -202,6 +187,9 @@ Create the Configuration Web App pipeline by choosing _New Pipeline_ from the Pi
202
187
203
188
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.
204
189
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
+
205
193
## Deployment removal pipeline
206
194
207
195
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:
@@ -456,4 +444,4 @@ You should now be able to visit the web app, and use it to deploy SAP workload z
456
444
## Next step
457
445
458
446
> [!div class="nextstepaction"]
459
-
> [DevOps hands on lab](automation-devops-tutorial.md)
447
+
> [DevOps hands on lab](automation-devops-tutorial.md)
0 commit comments