Skip to content

Commit 4876278

Browse files
committed
Updated to GA
1 parent a7b8779 commit 4876278

6 files changed

+17
-16
lines changed

articles/azure-cache-for-redis/cache-whats-new.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ ms.custom: references_regions
77
ms.author: franlanglois
88
ms.service: cache
99
ms.topic: conceptual
10-
ms.date: 05/09/2024
10+
ms.date: 05/20/2024
1111

1212
---
1313

1414
# What's New in Azure Cache for Redis
1515

1616
## May 2024
1717

18-
Support Microsoft Entra ID for authentication and role-based access control across regions that support Azure Cache for Redis is now in General Availability (GA).
18+
- Using Azure Cache for Redis with Azure Functions to create optimized serverless and event-driven architectures is now in General Availability (GA).
19+
- Support Microsoft Entra ID for authentication and role-based access control across regions that support Azure Cache for Redis is now in General Availability (GA).
1920

2021
## April 2024
2122

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Azure Cache for Redis input binding for Azure Functions (preview)
2+
title: Azure Cache for Redis input binding for Azure Functions
33
description: Learn how to use input bindings to connect to Azure Cache for Redis from Azure Functions.
44
author: flang-msft
55
ms.author: franlanglois
66
ms.service: azure-functions
77
ms.custom: devx-track-extended-java, devx-track-js, devx-track-python
88
ms.topic: reference
9-
ms.date: 02/27/2024
9+
ms.date: 05/20/2024
1010
zone_pivot_groups: programming-languages-set-functions-lang-workers
1111
---
1212

13-
# Azure Cache for Redis input binding for Azure Functions (preview)
13+
# Azure Cache for Redis input binding for Azure Functions
1414

1515
When a function runs, the Azure Cache for Redis input binding retrieves data from a cache and passes it to your function as an input parameter.
1616

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

Lines changed: 2 additions & 2 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 (preview)
2+
title: Using Redis Output bindings with Azure Functions for Azure Cache for 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,7 +10,7 @@ ms.topic: reference
1010
ms.date: 02/27/2024
1111
---
1212

13-
# Azure Cache for Redis output binding for Azure Functions (preview)
13+
# Azure Cache for Redis output binding for Azure Functions
1414

1515
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.
1616

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: RedisListTrigger for Azure Functions (preview)
2+
title: RedisListTrigger for Azure Functions
33
description: Learn how to use the RedisListTrigger Azure Functions for Azure Cache for Redis.
44
author: flang-msft
55
zone_pivot_groups: programming-languages-set-functions-lang-workers
@@ -8,10 +8,10 @@ ms.author: franlanglois
88
ms.service: azure-functions
99
ms.custom: devx-track-extended-java, devx-track-js, devx-track-python
1010
ms.topic: reference
11-
ms.date: 02/27/2024
11+
ms.date: 05/20/2024
1212
---
1313

14-
# RedisListTrigger for Azure Functions (preview)
14+
# RedisListTrigger for Azure Functions
1515

1616
The `RedisListTrigger` pops new elements from a list and surfaces those entries to the function.
1717

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: RedisPubSubTrigger for Azure Functions (preview)
2+
title: RedisPubSubTrigger for Azure Functions
33
description: Learn how to use RedisPubSubTrigger Azure Function with Azure Cache for Redis.
44
author: flang-msft
55
zone_pivot_groups: programming-languages-set-functions-lang-workers
@@ -8,10 +8,10 @@ ms.author: franlanglois
88
ms.service: azure-functions
99
ms.custom: devx-track-dotnet, devx-track-extended-java, devx-track-js, devx-track-python
1010
ms.topic: reference
11-
ms.date: 04/19/2024
11+
ms.date: 05/20/2024
1212
---
1313

14-
# RedisPubSubTrigger for Azure Functions (preview)
14+
# RedisPubSubTrigger for Azure Functions
1515

1616
Redis features [publish/subscribe functionality](https://redis.io/docs/interact/pubsub/) that enables messages to be sent to Redis and broadcast to subscribers.
1717

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: RedisStreamTrigger for Azure Functions (preview)
2+
title: RedisStreamTrigger for Azure Functions
33
description: Learn how to use RedisStreamTrigger Azure Function for Azure Cache for Redis.
44
author: flang-msft
55
zone_pivot_groups: programming-languages-set-functions-lang-workers
@@ -8,10 +8,10 @@ ms.author: franlanglois
88
ms.service: azure-functions
99
ms.custom: devx-track-dotnet, devx-track-extended-java, devx-track-js, devx-track-python
1010
ms.topic: reference
11-
ms.date: 02/27/2024
11+
ms.date: 05/20/2024
1212
---
1313

14-
# RedisStreamTrigger for Azure Functions (preview)
14+
# RedisStreamTrigger for Azure Functions
1515

1616
The `RedisStreamTrigger` reads new entries from a stream and surfaces those elements to the function.
1717

0 commit comments

Comments
 (0)