Skip to content

Commit 6da3b1a

Browse files
authored
Update how-to-bind-cosmos.md
1 parent 5b8a165 commit 6da3b1a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/spring-apps/how-to-bind-cosmos.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Bind an Azure Cosmos DB to your application in Azure Spring Apps
3-
description: Learn how to bind Azure Cosmos DB to your application in Azure Spring Apps
2+
title: Connect an Azure Cosmos DB to your application in Azure Spring Apps
3+
description: Learn how to connect Azure Cosmos DB to your application in Azure Spring Apps
44
author: karlerickson
55
ms.service: spring-apps
66
ms.topic: how-to
@@ -9,7 +9,7 @@ ms.author: karler
99
ms.custom: devx-track-java, event-tier1-build-2022, ignite-2022, service-connector
1010
---
1111

12-
# Bind an Azure Cosmos DB database to your application in Azure Spring Apps
12+
# Connect an Azure Cosmos DB database to your application in Azure Spring Apps
1313

1414
> [!NOTE]
1515
> Azure Spring Apps is the new name for the Azure Spring Cloud service. Although the service has a new name, you'll see the old name in some places for a while as we work to update assets such as screenshots, videos, and diagrams.
@@ -18,7 +18,7 @@ ms.custom: devx-track-java, event-tier1-build-2022, ignite-2022, service-connect
1818

1919
**This article applies to:** ✔️ Basic/Standard tier ✔️ Enterprise tier
2020

21-
Instead of manually configuring your Spring Boot applications, you can automatically bind select Azure services to your applications by using Azure Spring Apps. This article demonstrates how to bind your application to an Azure Cosmos DB database.
21+
Instead of manually configuring your Spring Boot applications, you can automatically connect select Azure services to your applications by using Azure Spring Apps. This article demonstrates how to connect your application to an Azure Cosmos DB database.
2222

2323
## Prerequisites
2424

@@ -61,7 +61,7 @@ Instead of manually configuring your Spring Boot applications, you can automatic
6161

6262
1. Update the current app by running `az spring app deploy`, or create a new deployment for this change by running `az spring app deployment create`.
6363

64-
## Bind your app to the Azure Cosmos DB
64+
## Connect your app to the Azure Cosmos DB
6565

6666
### [Service Connector](#tab/Service-Connector)
6767

@@ -191,4 +191,4 @@ resource "azurerm_spring_cloud_active_deployment" "example" {
191191

192192
## Next steps
193193

194-
In this article, you learned how to bind your application in Azure Spring Apps to an Azure Cosmos DB database. To learn more about binding services to your application, see [Bind to an Azure Cache for Redis cache](./how-to-bind-redis.md).
194+
In this article, you learned how to connect your application in Azure Spring Apps to an Azure Cosmos DB database. To learn more about connecting services to your application, see [Connect to an Azure Cache for Redis cache](./how-to-connect-redis.md).

0 commit comments

Comments
 (0)