Skip to content

Commit f018644

Browse files
authored
Remove duplicate web app pipeline
1 parent 829360f commit f018644

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

articles/virtual-machines/workloads/sap/automation-configure-devops.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -151,21 +151,6 @@ Create the SAP system deployment pipeline by choosing _New Pipeline_ from the Pi
151151

152152
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.
153153

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:
157-
158-
| Setting | Value |
159-
| ------- | ------------------------------------------------ |
160-
| Branch | main |
161-
| Path | `deploy/pipelines/21-deploy-web-app.yaml` |
162-
| Name | Web app deployment |
163-
164-
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-
169154
## SAP software acquisition pipeline
170155

171156
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
202187

203188
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.
204189

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+
205193
## Deployment removal pipeline
206194

207195
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
456444
## Next step
457445

458446
> [!div class="nextstepaction"]
459-
> [DevOps hands on lab](automation-devops-tutorial.md)
447+
> [DevOps hands on lab](automation-devops-tutorial.md)

0 commit comments

Comments
 (0)