Skip to content

Commit dc66314

Browse files
committed
edits
1 parent 171fd87 commit dc66314

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

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)