Skip to content

Commit 2a7d934

Browse files
committed
redirects and sfi fix
1 parent 725f538 commit 2a7d934

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

articles/redis/.openpublishing.redirection.redis.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,26 @@
7575
"source_path_from_root": "/articles/redis/tutorial-semantic-cache.md",
7676
"redirect_url": "/azure/redis/overview-vector-similarity",
7777
"redirect_document_id": false
78+
},
79+
{
80+
"source_path_from_root": "/articles/redis/dotnet-core-quickstart.md",
81+
"redirect_url": "/azure/redis/dotnet",
82+
"redirect_document_id": false
83+
},
84+
{
85+
"source_path_from_root": "/articles/redis/dotnet-how-to-use-azure-redis-cache.md",
86+
"redirect_url": "/azure/redis/dotnet",
87+
"redirect_document_id": false
88+
},
89+
{
90+
"source_path_from_root": "/articles/redis/web-app-aspnet-core-howto.md",
91+
"redirect_url": "/azure/redis/aspnet",
92+
"redirect_document_id": false
93+
},
94+
{
95+
"source_path_from_root": "/articles/redis/web-app-cache-howto.md",
96+
"redirect_url": "/azure/redis/aspnet",
97+
"redirect_document_id": false
7898
}
7999
]
80100
}

articles/redis/dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The sample uses **RESP3** (`Protocol = RedisProtocol.Resp3`) because:
119119
1. Add your identity as a Redis User with the appropriate permissions (Data Owner, Data Contributor, and so on).
120120
1. **Run `az login`** locally to authenticate with your Entra ID account.
121121

122-
## Basic Redis concepts
122+
## Basic Redis concepts
123123

124124
| Concept | Description |
125125
|-------------------------|----------------------------------------------------------------------------------------------------|
@@ -135,7 +135,7 @@ cd sample
135135
dotnet run
136136
```
137137

138-
Enter your Redis endpoint (for example, `<myredis.redis.azure.net:1000>`), choose authentication method **1** (DefaultAzureCredential), and watch the `+` characters print every second as commands succeed. Let it run for more than 60 minutes to verify automatic token refresh works.
138+
Enter your Redis endpoint (for example, `<your-redis-name>.<region>.redis.azure.net:10000`), choose authentication method **1** (DefaultAzureCredential), and watch the `+` characters print every second as commands succeed. Let it run for more than 60 minutes to verify automatic token refresh works.
139139

140140
## Production considerations
141141

articles/redis/entra-for-authentication.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ If you have a cache using access keys, we recommend switching to Microsoft Entra
9898
When you disable access keys, the system terminates all existing client connections, regardless of whether they use access keys or Microsoft Entra ID authentication.
9999

100100
Before you disable access keys on geo-replicated caches, you must:
101+
101102
1. Unlink the caches.
102103
1. Disable access keys.
103104
1. Relink the caches.

0 commit comments

Comments
 (0)