You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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
13
13
14
14
> [!NOTE]
15
15
> 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.
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.
22
22
23
23
## Prerequisites
24
24
@@ -43,7 +43,7 @@ If you don't have a deployed Azure Spring Apps instance, follow the steps in the
43
43
44
44
1. Update the current deployment using `az spring app update` or create a new deployment using `az spring app deployment create`.
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