You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Azure Service Bus (single dispatch, sessions-based)
71
71
72
-
The following table shows how [Azure Event Hubs trigger parameters](/azure/azure-functions/functions-bindings-service-bus) map to the [KEDA scaler configuration values](https://keda.sh/docs/scalers/azure-service-bus/).
72
+
The following table shows how [Azure Service Bus trigger parameters](/azure/azure-functions/functions-bindings-service-bus) map to the [KEDA scaler configuration values](https://keda.sh/docs/scalers/azure-service-bus/) when `isSessionsEnabled` is true.
73
+
74
+
| Parameter | Functions Configuration | KEDA Configuration |
| Functions trigger description | KEDA scaler description |
81
+
|---|---|
82
+
| Maximum number of sessions handled concurrently per scaled instance. Use this setting only when `isSessionsEnabled` is true. | Number of active messages in your Azure Service Bus queue or topic to scale on. |
The following table shows how [Azure Service Bus trigger parameters](/azure/azure-functions/functions-bindings-service-bus) map to the [KEDA scaler configuration values](https://keda.sh/docs/scalers/azure-service-bus/) for batch processing.
73
91
74
92
| Parameter | Functions Configuration | KEDA Configuration |
75
93
|--|--|--|
@@ -164,47 +182,6 @@ The [HTTP trigger](/azure/azure-functions/functions-bindings-http-webhook) doesn
The following table shows how [Azure Blob Storage trigger parameters](/azure/azure-functions/functions-bindings-storage-blob) map to the [KEDA scaler configuration values](https://keda.sh/docs/scalers/azure-storage-blob/).
170
-
171
-
| Parameter | Functions Configuration | KEDA Configuration |
|**Default value**| 8 × number of available cores | 5 |
176
-
177
-
| Functions trigger description | KEDA scaler description |
178
-
|---|---|
179
-
| Sets the number of concurrent invocations allowed for all blob-triggered functions in a function app. Minimum value: 1. | Average target value to trigger scaling actions. (Default: 5, Optional) |
The [Azure Event Grid trigger parameters](/azure/azure-functions/functions-bindings-event-grid) don't map to a KEDA scaler.
188
-
189
-
The Event Grid trigger uses a webhook HTTP request. You configure this request by using the same `host.json` settings as the HTTP trigger. These settings control parallel execution for resource management.
190
-
191
-
### RabbitMQ trigger
192
-
193
-
The following table shows how [RabbitMQ trigger parameters](/azure/azure-functions/functions-bindings-rabbitmq) map to the [KEDA scaler configuration values](https://keda.sh/docs/scalers/rabbitmq-queue/).
194
-
195
-
| Parameter | Functions Configuration | KEDA Configuration |
| Functions trigger description | KEDA scaler description |
202
-
|---|---|
203
-
| Number of messages the receiver can simultaneously request and cache. | Message backlog or publish/sec rate to trigger scaling. In QueueLength mode, the value represents the target queue length for scaling. |
0 commit comments