Skip to content

Commit 184dd7e

Browse files
authored
Merge pull request #311490 from v-albemi/azr-17
Branding update to Azure Managed Redis (AMR)
2 parents 7da7724 + b124500 commit 184dd7e

5 files changed

Lines changed: 19 additions & 23 deletions

articles/azure-functions/TOC.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -671,27 +671,27 @@
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:

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)

articles/azure-functions/functions-bindings-cache-trigger-redislist.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 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.
44
author: flang-msft
55
zone_pivot_groups: programming-languages-set-functions-lang-workers
66

@@ -15,7 +15,7 @@ ms.date: 07/12/2024
1515

1616
The `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/)

articles/azure-functions/functions-bindings-cache-trigger-redisstream.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 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.
44
author: flang-msft
55
zone_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/)

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
author: flang-msft
55
zone_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)

0 commit comments

Comments
 (0)