File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 671671 href : functions-app-settings.md
672672 - name : Triggers and bindings
673673 items :
674- - name : Azure Cache for Redis
674+ - name : Azure Managed Redis
675675 items :
676676 - name : Overview
677- displayName : Azure Cache for Redis
677+ displayName : Azure Managed Redis
678678 href : functions-bindings-cache.md
679679 - name : Trigger
680680 items :
681681 - name : Pub Sub
682- displayName : Azure Cache for Redis
682+ displayName : Azure Managed Redis
683683 href : functions-bindings-cache-trigger-redispubsub.md
684684 - name : List
685- displayName : Azure Cache for Redis
685+ displayName : Azure Managed Redis
686686 href : functions-bindings-cache-trigger-redislist.md
687687 - name : Stream
688- displayName : Azure Cache for Redis
688+ displayName : Azure Managed Redis
689689 href : functions-bindings-cache-trigger-redisstream.md
690690 - name : Input
691- displayName : Azure Cache for Redis
691+ displayName : Azure Managed Redis
692692 href : functions-bindings-cache-input.md
693693 - name : Output
694- displayName : Azure Cache for Redis
694+ displayName : Azure Managed Redis
695695 href : functions-bindings-cache-output.md
696696 - name : Azure Cosmos DB
697697 items :
Original file line number Diff line number Diff line change 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
33description : Learn how to use Redis output binding on an Azure Functions.
44author : flang-msft
55zone_pivot_groups : programming-languages-set-functions-lang-workers
@@ -10,9 +10,9 @@ ms.topic: reference
1010ms.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
1717For 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 )
Original file line number Diff line number Diff line change 11---
22title : RedisListTrigger for Azure Functions
3- description : Learn how to use the RedisListTrigger Azure Functions for Azure Cache for Redis.
3+ description : Learn how to use the RedisListTrigger Azure Functions for Azure Managed Redis.
44author : flang-msft
55zone_pivot_groups : programming-languages-set-functions-lang-workers
66
@@ -15,7 +15,7 @@ ms.date: 07/12/2024
1515
1616The ` RedisListTrigger ` pops new elements from a list and surfaces those entries to the function.
1717
18- For more information about Azure Cache for Redis triggers and bindings, [ Redis Extension for Azure Functions] ( https://github.com/Azure/azure-functions-redis-extension/tree/main ) .
18+ For more information about Azure Managed Redis triggers and bindings, [ Redis Extension for Azure Functions] ( https://github.com/Azure/azure-functions-redis-extension/tree/main ) .
1919
2020## Scope of availability for functions triggers
2121
@@ -326,7 +326,6 @@ The `RedisListTrigger` pops new elements from a list and surfaces those entries
326326## Related content
327327
328328- [ Introduction to Azure Functions] ( functions-overview.md )
329- - [ Tutorial: Get started with Azure Functions triggers in Azure Cache for Redis] ( /azure/redis/tutorial-functions-getting-started )
330- - [ Tutorial: Create a write-behind cache by using Azure Functions and Azure Cache for Redis] ( /azure/redis/tutorial-write-behind )
329+ - [ Overview of Azure functions for Azure Redis] ( /azure/azure-functions/functions-bindings-cache )
331330- [ Redis connection string] ( functions-bindings-cache.md#redis-connection-string )
332331- [ Redis lists] ( https://redis.io/docs/latest/operate/rs/databases/active-active/develop/data-types/lists/ )
Original file line number Diff line number Diff line change 11---
22title : RedisStreamTrigger for Azure Functions
3- description : Learn how to use RedisStreamTrigger Azure Function for Azure Cache for Redis.
3+ description : Learn how to use RedisStreamTrigger Azure Function for Azure Managed Redis.
44author : flang-msft
55zone_pivot_groups : programming-languages-set-functions-lang-workers
66
@@ -338,7 +338,6 @@ Each functions instance uses the [`WEBSITE_INSTANCE_ID`](/azure/app-service/refe
338338## Related content
339339
340340- [ Introduction to Azure Functions] ( functions-overview.md )
341- - [ Tutorial: Get started with Azure Functions triggers in Azure Cache for Redis] ( /azure/redis/tutorial-functions-getting-started )
342- - [ Using Azure Functions and Azure Cache for Redis to create a write-behind cache] ( /azure/redis/tutorial-write-behind )
341+ - [ Overview of Azure functions for Azure Redis] ( /azure/azure-functions/functions-bindings-cache )
343342- [ Redis connection string] ( functions-bindings-cache.md#redis-connection-string )
344343- [ Redis streams] ( https://redis.io/docs/latest/operate/rs/databases/active-active/develop/data-types/streams/ )
Original file line number Diff line number Diff line change 11---
2- title : Using Azure Functions for Azure Cache for Redis
3- description : Learn how to use Azure Functions Azure Cache for Redis
2+ title : Using Azure Functions for Azure Managed Redis
3+ description : Learn how to use Azure Functions Azure Managed Redis
44author : flang-msft
55zone_pivot_groups : programming-languages-set-functions-lang-workers
66
@@ -185,5 +185,4 @@ Connections using Service Principal Secrets are only available during local deve
185185## Related content
186186
187187- [ Introduction to Azure Functions] ( /azure/azure-functions/functions-overview )
188- - [ Tutorial: Get started with Azure Functions triggers in Azure Cache for Redis] ( /azure/redis/tutorial-functions-getting-started )
189- - [ Tutorial: Create a write-behind cache by using Azure Functions and Azure Cache for Redis] ( /azure/redis/tutorial-write-behind )
188+ - [ Overview of Azure functions for Azure Redis] ( /azure/azure-functions/functions-bindings-cache )
You can’t perform that action at this time.
0 commit comments