Skip to content

Commit f7fd9f9

Browse files
Merge pull request #275820 from flang-msft/fxl---Azure-functions-are-GA---ado--27671296
fxl---Azure functions updated to GA ado--27671296
2 parents de0930c + 3a5c255 commit f7fd9f9

6 files changed

+25
-15
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,26 @@ 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+
### Azure Functions
19+
20+
Using Azure Cache for Redis with Azure Functions to create optimized serverless and event-driven architectures is now in General Availability (GA).
21+
22+
For more information, see [Overview of Azure functions for Azure Cache for Redis](/azure/azure-functions/functions-bindings-cache).
23+
24+
### Microsoft Entra ID
25+
1826
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).
1927

28+
For more information, see [Use Microsoft Entra ID for cache authentication](cache-azure-active-directory-for-authentication.md).
29+
2030
## April 2024
2131

2232
Support for a built-in _flush_ operation that can be started at the control plane level for caches in the Basic, Standard, and Premium tier is now in General Availability (GA).

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)