Skip to content

Commit e49ef09

Browse files
committed
integrate-azure-cache-for-redis-with-service-connector
1 parent 624b649 commit e49ef09

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

articles/service-connector/how-to-integrate-redis-cache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 02/02/2024
1010

1111
# Integrate Azure Cache for Redis with Service Connector
1212

13-
You can connect Azure Cache for Redis to other cloud services by using Service Connector. This article outlines supported authentication methods and clients, and provides sample code. It also reveals default environment variable names and values (or Spring Boot configuration) you get when you create the service connection. (You might still be able to connect to Azure Cache for Redis in other programming languages without using Service Connector.)
13+
You can connect Azure Cache for Redis to other cloud services by using Service Connector. This article outlines supported authentication methods and clients, and provides sample code. It also reveals default environment variable names and values (or Spring Boot configuration) you get when you create the service connection.
1414

1515
## Supported compute services
1616

@@ -84,7 +84,7 @@ The following steps and code show you how to use a user-assigned managed identit
8484
| --------------------------------- | ----------------------- | ---------------------------------------------------------------------------- |
8585
| `AZURE_REDIS_CONNECTIONSTRING` | Jedis connection string | `rediss://:<redis-key>@<redis-server-name>.redis.cache.windows.net:6380/0` |
8686

87-
#### [SpringBoot](#tab/springBoot)
87+
#### [Spring Boot](#tab/springBoot)
8888

8989
| Application properties | Description | Example value |
9090
| ---------------------- | -------------- | ----------------------------------------------- |

articles/service-connector/includes/code-redis-me-id.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ ms.author: xiaofanzhou
109109
// Close the Jedis Client
110110
jedis.close();
111111
```
112-
#### [Springboot](#tab/springboot)
113-
112+
#### [Spring Boot](#tab/springBoot)
114113
Not supported yet.
115114
116115
#### [Python](#tab/python)
@@ -212,8 +211,8 @@ Not supported yet.
212211
if __name__ == '__main__':
213212
re_authentication()
214213
```
215-
#### [Go](#tab/go)
216214
215+
#### [Go](#tab/go)
217216
Not supported yet.
218217
219218
#### [Node.js](#tab/nodejs)

articles/service-connector/includes/code-redis-secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ms.author: wchi
4747
Jedis jedis = new Jedis(shardInfo);
4848
```
4949

50-
#### [SpringBoot](#tab/springBoot)
50+
#### [Spring Boot](#tab/springBoot)
5151

5252
To set up your Spring application, refer to [Use Azure Redis Cache in Spring](/azure/developer/java/spring-framework/configure-spring-boot-initializer-java-app-with-redis-cache). Service Connector adds the configuration properties to Spring Apps.
5353

0 commit comments

Comments
 (0)