Skip to content

Commit cdc47a3

Browse files
committed
Fix
1 parent 82781c3 commit cdc47a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

253-
### Deploy using Tanzu Build Service (Enterprise tier)
253+
### Deploy with specifying a builder (Enterprise tier only)
254254

255-
If you are using Azure Spring Apps Enterprise tier, you can also use the Tanzu Build Service in the pipeline 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 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).
256256

257257
```yaml
258258
- task: AzureSpringCloud@0

0 commit comments

Comments
 (0)