Skip to content

Commit bfc6a33

Browse files
authored
Remove preview tag
Removed preview tag from the table that contains description of the different triggers/bindings supported. This feature is now GA.
1 parent 54bc588 commit bfc6a33

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Azure Redis can be used as a trigger for Azure Functions, allowing you to initia
2121

2222
You can integrate Azure Redis and Azure Functions to build functions that react to events from Azure Redis or external systems.
2323

24-
| Action | Direction | Support level |
25-
|---------|-----------|-----|
26-
| [Trigger on Redis pub sub messages](functions-bindings-cache-trigger-redispubsub.md) | Trigger | Preview |
27-
| [Trigger on Redis lists](functions-bindings-cache-trigger-redislist.md) | Trigger | Preview |
28-
| [Trigger on Redis streams](functions-bindings-cache-trigger-redisstream.md) | Trigger | Preview |
29-
| [Read a cached value](functions-bindings-cache-input.md) | Input | Preview |
30-
| [Write a values to cache](functions-bindings-cache-output.md) | Output | Preview |
24+
| Action | Direction |
25+
|---------|-----------|
26+
| [Trigger on Redis pub sub messages](functions-bindings-cache-trigger-redispubsub.md) | Trigger |
27+
| [Trigger on Redis lists](functions-bindings-cache-trigger-redislist.md) | Trigger |
28+
| [Trigger on Redis streams](functions-bindings-cache-trigger-redisstream.md) | Trigger |
29+
| [Read a cached value](functions-bindings-cache-input.md) | Input |
30+
| [Write a values to cache](functions-bindings-cache-output.md) | Output |
3131

3232
## Scope of availability for functions triggers and bindings
3333

0 commit comments

Comments
 (0)