Skip to content

Commit 8b763a4

Browse files
Merge pull request #298613 from niteshj11/patch-2
Functions container hosting - Added Azure cosmos DB option in Event d…
2 parents 59a81c2 + 1a8f949 commit 8b763a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/azure-functions/functions-container-apps-hosting.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,14 @@ All Functions triggers can be used in your containerized function app. However,
8585

8686
+ Azure Event Grid
8787
+ Azure Event Hubs
88-
+ Azure Blob Storage (event-based)
88+
+ Azure Blob Storage (Event Grid based)
8989
+ Azure Queue Storage
9090
+ Azure Service Bus
9191
+ Durable Functions (MSSQL storage provider)
9292
+ HTTP
9393
+ Kafka
94-
+ Timer
94+
+ Timer
95+
+ Azure Cosmos DB
9596

9697
Azure Functions on Container Apps is designed to configure the scale parameters and rules as per the event target. You don't need to worry about configuring the KEDA scaled objects. You can still set minimum and maximum replica count when creating or modifying your function app. The following Azure CLI command sets the minimum and maximum replica count when creating a new function app in a Container Apps environment from an Azure Container Registry:
9798

0 commit comments

Comments
 (0)