Skip to content

Commit 44d0aea

Browse files
committed
Updated text for security and new UI
1 parent f67362d commit 44d0aea

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

articles/azure-cache-for-redis/cache-web-app-aspnet-core-howto.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ The `RedisConnection` code ensures that there's always a healthy connection to t
5858

5959
For more information, see [StackExchange.Redis](https://stackexchange.github.io/StackExchange.Redis/) and the code in a [GitHub repo](https://github.com/StackExchange/StackExchange.Redis).
6060

61-
<!-- :::code language="csharp" source="~/samples-cache/quickstart/aspnet-core/ContosoTeamStats/RedisConnection.cs"::: -->
62-
6361
## Layout views in the sample
6462

6563
The home page layout for this sample is stored in the *_Layout.cshtml* file. From this page, you start the actual cache testing by clicking the **Azure Cache for Redis Test** from this page.
@@ -131,7 +129,7 @@ From the home page, you select **Azure Cache for Redis Test** to see the sample
131129
```dos
132130
dotnet run
133131
```
134-
132+
135133
1. Browse to `https://localhost:5001` in your web browser.
136134

137135
1. Select **Azure Cache for Redis Test** in the navigation bar of the web page to test cache access.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: "include file"
33
description: "include file"
4-
services: redis-cache
4+
services: cache
55
author: flang-msft
66
ms.service: cache
77
ms.topic: "include"
8-
ms.date: 11/05/2019
8+
ms.date: 04/25/2024
99
ms.author: franlanglois
1010
ms.custom: "include file"
1111
---
@@ -14,10 +14,10 @@ ms.custom: "include file"
1414

1515
To connect your Azure Cache for Redis server, the cache client needs the host name, ports, and a key for the cache. Some clients might refer to these items by slightly different names. You can get the host name, ports, and keys from the [Azure portal](https://portal.azure.com).
1616

17-
- To get the access keys, from your cache left navigation, select **Access keys**.
17+
- To get the access keys, select **Authentication** from the Resource menu. Then, select the **Access keys** tab.
1818

1919
![Azure Cache for Redis keys](media/redis-cache-access-keys/redis-cache-keys.png)
2020

21-
- To get the host name and ports, from your cache left navigation, select **Properties**. The host name is of the form *\<DNS name>.redis.cache.windows.net*.
21+
- To get the host name and ports for your cache, select **Overview** from the Resource menu. The host name is of the form *\<DNS name>.redis.cache.windows.net*.
2222

2323
![Azure Cache for Redis properties](media/redis-cache-access-keys/redis-cache-hostname-ports.png)

articles/azure-cache-for-redis/includes/redis-cache-service-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
author: flang-msft
3-
ms.service: redis-cache
3+
ms.service: cache
44
ms.topic: include
55
ms.date: 11/09/2018
66
ms.author: franlanglois

0 commit comments

Comments
 (0)