Skip to content

Commit 1f5fec8

Browse files
ttorblemaud-lv
andauthored
Apply suggestions from code review
Co-authored-by: Maud <[email protected]>
1 parent 77630cf commit 1f5fec8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Use the environment variable names and application properties listed below to co
4949
| AZURE_REDIS_HOST | Redis Endpoint | `<RedisName>.redis.cache.windows.net` |
5050

5151
#### Sample code
52+
5253
Refer to the steps and code below to connect to Redis using a system-assigned managed identity.
5354
[!INCLUDE [code sample for redis](./includes/code-redis-me-id.md)]
5455

@@ -60,6 +61,7 @@ Refer to the steps and code below to connect to Redis using a system-assigned ma
6061
| AZURE_REDIS_CLIENTID | managed identity client ID | `<client-ID>` |
6162

6263
#### Sample code
64+
6365
Refer to the steps and code below to connect to Redis using a user-assigned managed identity.
6466
[!INCLUDE [code sample for Redis](./includes/code-redis-me-id.md)]
6567

@@ -135,6 +137,7 @@ Refer to the steps and code below to connect to Azure Cache for Redis using a co
135137
| AZURE_REDIS_TENANTID | tenant ID of the service principal | `<tenant-id>` |
136138

137139
#### Sample code
140+
138141
Refer to the steps and code below to connect to Redis using a Service Principal.
139142
[!INCLUDE [code sample for Redis](./includes/code-redis-me-id.md)]
140143

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,5 @@ ms.author: xiaofanzhou
274274
```
275275
276276
### [Other](#tab/none)
277+
277278
For other languages, you can use the Azure Identity client library and connection information that Service Connector sets to the environment variables to connect to Azure Cache for Redis.

0 commit comments

Comments
 (0)