Skip to content

Commit 23706d0

Browse files
Merge pull request #300646 from flang-msft/fxl---fix-tutorial-metadata
Fxl---fix tutorial metadata
2 parents 2699e0f + bcf1fb8 commit 23706d0

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

articles/redis/aspnet-core-output-cache-provider.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ASP.NET Core output cache provider for Azure Cache for Redis
33
description: Use the Redis Output Cache Provider to cache ASP.NET Core page output out of process by using Azure Cache for Redis.
44
ms.author: cawa
55
ms.date: 06/14/2024
6-
ms.topic: how-to
6+
ms.topic: tutorial
77
ms.custom:
88
- devx-track-csharp
99
- ignite-2024
@@ -35,7 +35,6 @@ You can use the output caching middleware in all types of ASP.NET Core apps: min
3535
- Create an Azure Cache for Redis instance. For more information, see:
3636
- [Quickstart: Create a Redis cache](../azure-cache-for-redis/quickstart-create-redis.md)
3737

38-
3938
For an end-to-end application that uses Redis output caching, see [.NET 8 Web Application with Redis Output Caching and Azure OpenAI](https://github.com/Azure-Samples/azure-cache-redis-samples/tree/main/tutorial/output-cache-open-ai).
4039

4140
## Add Redis output caching middleware to an empty ASP.NET core web application

articles/redis/aspnet-output-cache-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: ASP.NET Output Cache Provider for Azure Cache for Redis
33
description: Learn how to cache ASP.NET Page Output using Azure Cache for Redis. The Redis Output Cache Provider is an out-of-process storage mechanism for output cache data.
44
ms.date: 04/24/2024
5-
ms.topic: conceptual
5+
ms.topic: tutorial
66
ms.custom:
77
- devx-track-csharp
88
- ignite-2024

articles/redis/aspnet-session-state-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Cache ASP.NET Session State Provider
33
description: Learn how to store ASP.NET Session State in-memory using Azure Cache for Redis.
44
ms.date: 05/06/2022
5-
ms.topic: conceptual
5+
ms.topic: tutorial
66
ms.custom:
77
- devx-track-csharp
88
- ignite-2024

articles/redis/machine-learning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Deploy a machine learning model to Azure Functions with Azure Cache for Redis
33
description: In this article, you deploy a model from Azure Machine Learning as a function app in Azure Functions using an Azure Cache for Redis instance. Azure Cache for Redis is performant and scalable – when paired with an Azure Machine Learning model, you gain low latency and high throughput in your application.
44
ms.date: 05/18/2025
5-
ms.topic: conceptual
5+
ms.topic: tutorial
66
ms.custom:
77
- devx-track-azurecli
88
- build-2025

0 commit comments

Comments
 (0)