Skip to content

Commit 9205ecb

Browse files
authored
Merge pull request #96517 from hyoshioka0128/patch-561
Typo "Azure Pipeline YAML file"→"Azure Pipelines YAML file"
2 parents 8dba83a + 1c78b58 commit 9205ecb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Push the changes back to the repository by selecting the source control icon and
8282
Azure Pipelines are implemented as YAML files and they're stored in the 'deploy/pipelines' folder in the repository.
8383
## Control plane deployment pipeline
8484

85-
Create the control plane 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:
85+
Create the control plane 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 Pipelines YAML File. Specify the pipeline with the following settings:
8686

8787
| Setting | Value |
8888
| ------- | ----------------------------------------------- |
@@ -94,7 +94,7 @@ Save the Pipeline, to see the Save option select the chevron next to the Run but
9494

9595
## SAP workload zone deployment pipeline
9696

97-
Create the SAP workload zone 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:
97+
Create the SAP workload zone 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:
9898

9999
| Setting | Value |
100100
| ------- | -------------------------------------------- |
@@ -106,7 +106,7 @@ Save the Pipeline, to see the Save option select the chevron next to the Run but
106106

107107
## SAP system deployment pipeline
108108

109-
Create the SAP system 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:
109+
Create the SAP system 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 Pipelines YAML File. Specify the pipeline with the following settings:
110110

111111
| Setting | Value |
112112
| ------- | ------------------------------------------------ |
@@ -118,7 +118,7 @@ Save the Pipeline, to see the Save option select the chevron next to the Run but
118118

119119
## SAP software acquisition pipeline
120120

121-
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 Pipeline YAML File. Specify the pipeline with the following settings:
121+
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:
122122

123123
| Setting | Value |
124124
| ------- | ------------------------------------------------ |
@@ -130,7 +130,7 @@ Save the Pipeline, to see the Save option select the chevron next to the Run but
130130

131131
## SAP configuration and software installation pipeline
132132

133-
Create the SAP configuration and software installation 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:
133+
Create the SAP configuration and software installation 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:
134134

135135
| Setting | Value |
136136
| ------- | -------------------------------------------------- |
@@ -142,7 +142,7 @@ Save the Pipeline, to see the Save option select the chevron next to the Run but
142142

143143
## Deployment removal pipeline
144144

145-
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 Pipeline YAML File. Specify the pipeline with the following settings:
145+
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:
146146

147147
| Setting | Value |
148148
| ------- | -------------------------------------------- |
@@ -154,7 +154,7 @@ Save the Pipeline, to see the Save option select the chevron next to the Run but
154154

155155
## Deployment removal pipeline using Azure Resource Manager
156156

157-
Create the deployment removal ARM 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+
Create the deployment removal ARM 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:
158158

159159
| Setting | Value |
160160
| ------- | ----------------------------------------------- |
@@ -169,7 +169,7 @@ Save the Pipeline, to see the Save option select the chevron next to the Run but
169169
170170
## Repository updater pipeline
171171

172-
Create the Repository updater 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:
172+
Create the Repository updater 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:
173173

174174
| Setting | Value |
175175
| ------- | ----------------------------------------------- |

0 commit comments

Comments
 (0)