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
|**Configuration path**| Function trigger attribute | N/A |
163
-
|**Default value**| 100 | N/A |
164
-
165
-
#### Example
166
-
167
-
```csharp
168
-
[CosmosDBTrigger(
169
-
databaseName:"ToDoItems",
170
-
containerName:"Items",
171
-
Connection="CosmosDBConnection",
172
-
MaxItemsPerInvocation=100)]
173
-
```
174
153
175
154
### HTTP trigger
176
155
177
156
The [HTTP trigger](/azure/azure-functions/functions-bindings-http-webhook) doesn't map to a KEDA scaler. Instead, use the Container Apps built-in HTTP scaling capabilities or external monitoring solutions.
178
157
179
-
| Parameter | Functions Configuration | KEDA Configuration |
0 commit comments