Skip to content

Commit 5c6bf1f

Browse files
committed
fixed titles and descriptions for clarity
1 parent 13f3806 commit 5c6bf1f

3 files changed

Lines changed: 10 additions & 12 deletions

File tree

articles/redis/go-get-started.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Quickstart: Use Azure Cache for Redis with Go"
3-
description: In this quickstart, you learn how to create a Go app that uses Azure Cache for Redis.
2+
title: "Quickstart: Connect to Azure Managed Redis with Go"
3+
description: In this quickstart, you learn how to create a Go app that uses Azure Managed Redis.
44
ms.date: 07/18/2025
55
ms.topic: quickstart
66
ms.custom:
@@ -9,13 +9,12 @@ ms.custom:
99
- ignite-2024
1010
- build-2025
1111
appliesto:
12-
- ✅ Azure Cache for Redis
1312
- ✅ Azure Managed Redis
1413
ms.devlang: golang
1514
ai-usage: ai-assisted
1615
---
1716

18-
# Quickstart: Use Azure Redis with Go
17+
# Quickstart: Connect to Azure Managed Redis with Go
1918

2019
In this article, you learn how to use an Azure Redis cache with the Go language and connect using Microsoft Entra ID.
2120

@@ -129,7 +128,7 @@ You should also [add users or a System principal to your cache](entra-for-authen
129128

130129
The result looks like this:
131130

132-
```console
131+
```bash
133132
Ping returned: PONG
134133
SET Message succeeded: OK
135134
GET Message returned: Hello, The cache is working with Go!

articles/redis/nodejs-get-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart: Use Azure Managed Redis with TypeScript in a Node.js app"
2+
title: "Quickstart: Connect to Azure Managed Redis with TypeScript in a Node.js app"
33
description: In this quickstart, you learn how to create a Node.js app that uses Azure Managed Redis.
44
ms.date: 09/02/2025
55
ms.topic: quickstart
@@ -12,7 +12,7 @@ ms.devlang: typescript
1212
ai-usage: ai-assisted
1313
---
1414

15-
# Quickstart: Use Azure Managed Redis with JavaScript
15+
# Quickstart: Connect to Azure Managed Redis in a Node.js app
1616

1717
In this quickstart, you learn how to use an Azure Managed Redis cache from a Node.js application written in the TypeScript language and authenticate the Redis connection by using Microsoft Entra ID.
1818

@@ -78,14 +78,14 @@ In this section, use `SET` and `GET` commands to start writing and reading data
7878

7979
Build and run the Node.js application.
8080

81-
```console
81+
```dos
8282
tsc
8383
node index.js
8484
```
8585

8686
The result looks like this:
8787

88-
```console
88+
```dos
8989
Ping result: PONG
9090
Set result: OK
9191
Get result: Hello! The cache is working from Node.js!

articles/redis/python-get-started.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'QuickStart: Use Azure Managed Redis with Python'
2+
title: "Quickstart: Create a Python app with Azure Managed Redis"
33
description: In this quickstart, you learn how to create a Python app that uses Azure Managed Redis.
44
ms.date: 07/29/2025
55
ms.topic: quickstart
@@ -9,13 +9,12 @@ ms.custom:
99
- ignite-2024
1010
- build-2025
1111
appliesto:
12-
- ✅ Azure Cache for Redis
1312
- ✅ Azure Managed Redis
1413
ms.devlang: python
1514
ai-usage: ai-assisted
1615
---
1716

18-
# Quickstart: Use Azure Managed Redis with Python
17+
# Quickstart: Create a Python app with Azure Managed Redis
1918

2019
In this article, you learn how to use an Azure Managed Redis cache with the Python language and connect using Microsoft Entra ID.
2120

0 commit comments

Comments
 (0)