Skip to content

Commit d3f6f55

Browse files
committed
rewrote the access key references
1 parent e9c87ff commit d3f6f55

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/azure-cache-for-redis/cache-azure-active-directory-for-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: franlanglois
1717
Azure Cache for Redis offers two methods to authenticate to your cache instance:
1818

1919
- [Access keys](cache-configure.md#access-keys)
20-
- [Microsoft Entra ID](cache-configure.md#preview-microsoft-entra-authentication)
20+
- [Microsoft Entra ID](cache-configure.md#microsoft-entra-authentication)
2121

2222
Although access key authentication is simple, it comes with a set of challenges around security and password management. For contrast, in this article, you learn how to use a Microsoft Entra token for cache authentication.
2323

articles/azure-cache-for-redis/cache-how-to-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: flang-msft
55
ms.author: franlanglois
66
ms.service: cache
77
ms.topic: conceptual
8-
ms.date: 02/29/2024
8+
ms.date: 05/07/2024
99

1010
---
1111
# How to monitor Azure Cache for Redis

articles/azure-cache-for-redis/cache-tutorial-functions-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ dotnet add package Microsoft.Azure.Functions.Worker.Extensions.Redis --prereleas
101101

102102
:::image type="content" source="media/cache-tutorial-functions-getting-started/cache-keyspace-notifications.png" alt-text="Screenshot of advanced settings for Azure Cache for Redis in the portal.":::
103103

104-
1. Select **Access keys** from the resource menu, and then write down or copy the contents of the **Primary connection string** box. This string is used to connect to the cache.
104+
1. Locate **Access keys** on the Resource menu, and then write down or copy the contents of the **Primary connection string** box. This string is used to connect to the cache.
105105

106106
:::image type="content" source="media/cache-tutorial-functions-getting-started/cache-access-keys.png" alt-text="Screenshot that shows the primary connection string for an access key.":::
107107

articles/azure-cache-for-redis/cache-tutorial-write-behind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ You need to update the _local.settings.json_ file to include the connection stri
198198
}
199199
```
200200

201-
To find the Redis connection string, go to the resource menu in the Azure Cache for Redis resource. The string is in the **Access Keys** area of **Settings**.
201+
To find the Redis connection string, go to the resource menu in the Azure Cache for Redis resource. Locate the string is in the **Access Keys** area on the Resource menu.
202202

203203
To find the SQL database connection string, go to the resource menu in the SQL database resource. Under **Settings**, select **Connection strings**, and then select the **ADO.NET** tab.
204204
The string is in the **ADO.NET (SQL authentication)** area.

0 commit comments

Comments
 (0)