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
Copy file name to clipboardExpand all lines: articles/redis/java-get-started.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: "Quickstart: Use Azure Cache for Redis in Java"
3
-
description: In this quickstart, you create a new Java app that uses Azure Cache for Redis
2
+
title: "Quickstart: Use Azure Managed Redis in Java"
3
+
description: In this quickstart, you create a new Java app that uses Azure Managed Redis
4
4
author: KarlErickson
5
5
ms.author: karler
6
6
ms.reviewer: zhihaoguo
@@ -21,9 +21,9 @@ ms.devlang: java
21
21
zone_pivot_groups: redis-type
22
22
---
23
23
24
-
# Quickstart: Use Azure Cache for Redis in Java with Jedis Redis client
24
+
# Quickstart: Use Azure Managed Redis in Java with Jedis Redis client
25
25
26
-
In this quickstart, you incorporate Azure Cache for Redis into a Java app using the [Jedis](https://github.com/xetorthio/jedis) Redis client. Your cache is a secure, dedicated cache that is accessible from any application within Azure.
26
+
In this quickstart, you incorporate Azure Managed Redis into a Java app using the [Jedis](https://github.com/xetorthio/jedis) Redis client. Your cache is a secure, dedicated cache that is accessible from any application within Azure.
27
27
28
28
## Skip to the code on GitHub
29
29
@@ -76,7 +76,7 @@ Clone the repo [Java quickstart](https://github.com/Azure-Samples/azure-cache-re
76
76
77
77
78
78
> [!NOTE]
79
-
> Microsoft has entered into a partnership with Redis, Inc. As part of this collaboration, Microsoft Entra ID authentication support has been moved from Azure SDK to Redis Entra ID extensions. The new `redis-authx-entraid` library provides enhanced authentication capabilities and is the recommended approach for Microsoft Entra ID authentication with Azure Cache for Redis.
79
+
> Microsoft has entered into a partnership with Redis, Inc. As part of this collaboration, Microsoft Entra ID authentication support has been moved from Azure SDK to Redis Entra ID extensions. The new `redis-authx-entraid` library provides enhanced authentication capabilities and is the recommended approach for Microsoft Entra ID authentication with Azure Managed Redis.
80
80
81
81
```xml
82
82
<dependency>
@@ -122,7 +122,7 @@ Clone the repo [Java quickstart](https://github.com/Azure-Samples/azure-cache-re
@@ -165,7 +165,7 @@ Clone the repo [Java quickstart](https://github.com/Azure-Samples/azure-cache-re
165
165
166
166
---
167
167
168
-
This code shows you how to connect to an Azure Cache for Redis instance using the cache host name and key environment variables. The code also stores and retrieves a string value in the cache. The `PING` commands are also executed.
168
+
This code shows you how to connect to an Azure Managed Redis instance using the cache host name and key environment variables. The code also stores and retrieves a string value in the cache. The `PING` commands are also executed.
169
169
170
170
1. Close the **App.java** file.
171
171
@@ -198,9 +198,9 @@ Cache Response : Hello! The cache is working from Java!
198
198
199
199
## Next steps
200
200
201
-
In this quickstart, you learned how to use Azure Cache for Redis from a Java application. Continue to the next quickstart to use Azure Cache for Redis with an ASP.NET web app.
201
+
In this quickstart, you learned how to use Azure Managed Redis from a Java application.
Copy file name to clipboardExpand all lines: articles/spring-apps/basic-standard/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This article answers frequently asked questions about Azure Spring Apps.
23
23
24
24
### Why Azure Spring Apps?
25
25
26
-
Azure Spring Apps provides a platform as a service (PaaS) for Spring developers. Azure Spring Apps manages your application infrastructure so that you can focus on application code and business logic. Core features built into Azure Spring Apps include Eureka, Config Server, Service Registry Server, VMware Tanzu Build Service, Blue-green deployment, and more. This service also enables developers to bind their applications with other Azure services, such as Azure Cosmos DB, Azure Database for MySQL, and Azure Cache for Redis.
26
+
Azure Spring Apps provides a platform as a service (PaaS) for Spring developers. Azure Spring Apps manages your application infrastructure so that you can focus on application code and business logic. Core features built into Azure Spring Apps include Eureka, Config Server, Service Registry Server, VMware Tanzu Build Service, Blue-green deployment, and more. This service also enables developers to bind their applications with other Azure services, such as Azure Cosmos DB, Azure Database for MySQL, and Azure Managed Redis.
27
27
28
28
Azure Spring Apps enhances the application diagnostics experience for developers and operators by integrating Azure Monitor, Application Insights, and Log Analytics.
0 commit comments