Skip to content

Commit 3927f1e

Browse files
committed
edits
1 parent cdc47a3 commit 3927f1e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/spring-apps/how-to-cicd.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -250,21 +250,21 @@ To deploy directly from an existing container image, use the following pipeline
250250
ContainerImage: '<your image tag>'
251251
```
252252

253-
### Deploy with specifying a builder (Enterprise tier only)
253+
### Deploy and specify a builder (Enterprise tier only)
254254

255-
If you are using Azure Spring Apps Enterprise tier, you can also specify which builder to use for deploy actions using the `builder` option. You can find more details in [Use Tanzu Build Service](https://learn.microsoft.com/en-us/azure/spring-apps/how-to-enterprise-build-service?tabs=azure-portal).
255+
If you're using Azure Spring Apps Enterprise tier, you can also specify which builder to use for deploy actions using the `builder` option, as shown in the following example. For more information, see [Use Tanzu Build Service](how-to-enterprise-build-service.md).
256256

257257
```yaml
258258
- task: AzureSpringCloud@0
259259
inputs:
260-
azureSubscription: '<your service connection name>'
260+
azureSubscription: '<your-service-connection-name>'
261261
Action: 'Deploy'
262-
AzureSpringCloud: '<your Azure Spring Apps service>'
262+
AzureSpringCloud: '<your-Azure-Spring-Apps-service-instance-name>'
263263
AppName: '<app-name>'
264264
UseStagingDeployment: false
265265
DeploymentName: 'default'
266266
Package: './target/your-result-jar.jar'
267-
Builder: '<your Tanzu Build Service Builder resource>'
267+
Builder: '<your-Tanzu-Build-Service-Builder-resource>'
268268
```
269269

270270
::: zone-end

0 commit comments

Comments
 (0)