Skip to content

Commit 55f9b64

Browse files
authored
Update how-to-bind-redis.md
1 parent d1f9d73 commit 55f9b64

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Bind Azure Cache for Redis to your application in Azure Spring Apps
3-
description: Learn how to bind Azure Cache for Redis to your application in Azure Spring Apps
2+
title: Connect Azure Cache for Redis to your application in Azure Spring Apps
3+
description: Learn how to connect Azure Cache for Redis 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, service-connector
1010
---
1111

12-
# Bind Azure Cache for Redis to your application in Azure Spring Apps
12+
# Connect Azure Cache for Redis 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, service-connector
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 shows how to bind your application to Azure Cache for Redis.
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 shows how to connect your application to Azure Cache for Redis.
2222

2323
## Prerequisites
2424

@@ -43,7 +43,7 @@ If you don't have a deployed Azure Spring Apps instance, follow the steps in the
4343

4444
1. Update the current deployment using `az spring app update` or create a new deployment using `az spring app deployment create`.
4545

46-
## Bind your app to the Azure Cache for Redis
46+
## Connect your app to the Azure Cache for Redis
4747

4848
### [Service Connector](#tab/Service-Connector)
4949

@@ -159,4 +159,4 @@ resource "azurerm_spring_cloud_active_deployment" "example" {
159159

160160
## Next steps
161161

162-
In this article, you learned how to bind your application in Azure Spring Apps to Azure Cache for Redis. To learn more about binding services to your application, see [Bind to an Azure Database for MySQL instance](./how-to-bind-mysql.md).
162+
In this article, you learned how to connect your application in Azure Spring Apps to Azure Cache for Redis. To learn more about connecting services to your application, see [Connect to an Azure Database for MySQL instance](./how-to-connect-mysql.md).

0 commit comments

Comments
 (0)