Skip to content

Commit a0cb339

Browse files
Merge pull request #49547 from wwlpublish/aa6bbe4442d93652f9a4ce23ac5bb7e198deaa938d61ad0237299c16ee736ecc-live
Modules/M01-develop-azure-cache-redis
2 parents 6054ff8 + 3806ba0 commit a0cb339

10 files changed

+11
-10
lines changed

learn-pr/wwl-azure/develop-for-azure-cache-for-redis/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Introduction
88
description: "Introduction"
9-
ms.date: 02/24/2025
9+
ms.date: 03/18/2025
1010
author: wwlpublish
1111
ms.author: jeffko
1212
ms.topic: unit

learn-pr/wwl-azure/develop-for-azure-cache-for-redis/2-azure-cache-redis-overview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Explore Azure Cache for Redis
88
description: "Explore Azure Cache for Redis"
9-
ms.date: 02/24/2025
9+
ms.date: 03/18/2025
1010
author: wwlpublish
1111
ms.author: jeffko
1212
ms.topic: unit

learn-pr/wwl-azure/develop-for-azure-cache-for-redis/3-configure-azure-cache-redis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Configure Azure Cache for Redis
88
description: "Configure Azure Cache for Redis"
9-
ms.date: 02/24/2025
9+
ms.date: 03/18/2025
1010
author: wwlpublish
1111
ms.author: jeffko
1212
ms.topic: unit

learn-pr/wwl-azure/develop-for-azure-cache-for-redis/4-interact-redis-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Interact with Azure Cache for Redis by using .NET
88
description: "Interact with Azure Cache for Redis by using .NET"
9-
ms.date: 02/24/2025
9+
ms.date: 03/18/2025
1010
author: wwlpublish
1111
ms.author: jeffko
1212
ms.topic: unit

learn-pr/wwl-azure/develop-for-azure-cache-for-redis/5-console-app-azure-cache-redis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Exercise - Connect an app to Azure Cache for Redis by using .NET Core
88
description: "Exercise - Connect an app to Azure Cache for Redis by using .NET Core"
9-
ms.date: 02/24/2025
9+
ms.date: 03/18/2025
1010
author: wwlpublish
1111
ms.author: jeffko
1212
ms.topic: unit

learn-pr/wwl-azure/develop-for-azure-cache-for-redis/6-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Knowledge check
88
description: "Knowledge check"
9-
ms.date: 02/24/2025
9+
ms.date: 03/18/2025
1010
author: wwlpublish
1111
ms.author: jeffko
1212
ms.topic: unit

learn-pr/wwl-azure/develop-for-azure-cache-for-redis/7-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Summary
88
description: "Summary"
9-
ms.date: 02/24/2025
9+
ms.date: 03/18/2025
1010
author: wwlpublish
1111
ms.author: jeffko
1212
ms.topic: unit

learn-pr/wwl-azure/develop-for-azure-cache-for-redis/includes/3-configure-azure-cache-redis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You should always place your cache instance and your application in the same reg
1919
The tier determines the size, performance, and features that are available for the cache. For more information, visit [Azure Cache for Redis pricing](https://azure.microsoft.com/pricing/details/cache/).
2020

2121
> [!TIP]
22-
> Microsoft recommends you always use Standard tier or higher for production systems. The Basic tier is a single node system with no data replication and no SLA.
22+
> Microsoft recommends you always use Standard tier or higher for production systems. The Basic tier is a single node system with no data replication and no service level agreement.
2323
2424
### Clustering support
2525

learn-pr/wwl-azure/develop-for-azure-cache-for-redis/includes/4-interact-redis-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can pass this string to **StackExchange.Redis** to create a connection the s
1717
Notice that there are two more parameters at the end:
1818

1919
* **ssl** - ensures that communication is encrypted.
20-
* **abortConnection** - allows a connection to be created even if the server is unavailable at that moment.
20+
* **abortConnect** - allows a connection to be created even if the server is unavailable at that moment.
2121

2222
There are several other [optional parameters](https://github.com/StackExchange/StackExchange.Redis/blob/master/docs/Configuration.md#configuration-options) you can append to the string to configure the client library.
2323

learn-pr/wwl-azure/develop-for-azure-cache-for-redis/index.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Develop for Azure Cache for Redis
77
description: "Learn how to configure Azure Cache for Redis, interact with the cache, and connect an application to Azure Cache for Redis by using .NET."
8-
ms.date: 02/24/2025
8+
ms.date: 03/18/2025
99
author: wwlpublish
1010
ms.author: jeffko
1111
ms.topic: module
12+
ms.collection: N/A
1213
ms.custom:
1314
- N/A
1415
ms.service: azure-cache-redis

0 commit comments

Comments
 (0)