Skip to content

Commit 171fd87

Browse files
committed
edits
1 parent 0eb1a97 commit 171fd87

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

articles/azure-functions/functions-bindings-cache-output.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Using Redis Output bindings with Azure Functions for Azure Cache for Redis
2+
title: Using Redis Output bindings with Azure Functions for Azure Managed Redis
33
description: Learn how to use Redis output binding on an Azure Functions.
44
author: flang-msft
55
zone_pivot_groups: programming-languages-set-functions-lang-workers
@@ -10,9 +10,9 @@ ms.topic: reference
1010
ms.date: 07/12/2024
1111
---
1212

13-
# Azure Cache for Redis output binding for Azure Functions
13+
# Azure Managed Redis output binding for Azure Functions
1414

15-
The Azure Cache for Redis output bindings lets you change the keys in a cache based on a set of available trigger on the cache.
15+
The Azure Managed Redis output bindings lets you change the keys in a cache based on a set of available trigger on the cache.
1616

1717
For information on setup and configuration details, see the [overview](functions-bindings-cache.md).
1818

@@ -333,7 +333,6 @@ There are three types of connections that are allowed from an Azure Functions in
333333
## Related content
334334

335335
- [Introduction to Azure Functions](functions-overview.md)
336-
- [Tutorial: Get started with Azure Functions triggers in Azure Cache for Redis](/azure/redis/tutorial-functions-getting-started)
337-
- [Tutorial: Create a write-behind cache by using Azure Functions and Azure Cache for Redis](/azure/redis/tutorial-write-behind)
336+
- [Overview of Azure functions for Azure Redis](/azure/azure-functions/functions-bindings-cache)
338337
- [Redis connection string](functions-bindings-cache.md#redis-connection-string)
339338
- [Multiple output bindings](dotnet-isolated-process-guide.md#multiple-output-bindings)

0 commit comments

Comments
 (0)