Skip to content

Commit 6f677f8

Browse files
authored
Update flex-consumption-plan.md
1 parent b76856a commit 6f677f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-functions/flex-consumption-plan.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ This _per-function scaling_ behavior is a part of the hosting platform, so you d
6666

6767
In per-function scaling, decisions are made for certain function triggers based on group aggregations. This table shows the defined set of functions scale groups:
6868

69-
| Scale group (triggers) | Name |
70-
| ---- | ---- |
71-
| HTTP<br/>SignalR | `http` |
72-
| Blob (event-driven) | `blob`|
73-
| Orchestration<br/>Activity<br/>Entity | `durable` |
69+
| Scale group name | Grouped triggers | Settings value |
70+
| ---- | ---- | --- |
71+
| HTTP triggers |[HTTP trigger](functions-bindings-http-webhook-trigger.md)<br/>[SignalR trigger](functions-bindings-signalr-service-trigger.md) | `http` |
72+
| Blob storage triggers<br/>(Event Grid-based) | [Blob storage trigger](functions-bindings-storage-blob-trigger.md) | `blob`|
73+
| Durable Functions | [Orchestration trigger](./durable/durable-functions-bindings.md#orchestration-trigger)<br/>[Activity trigger](./durable/durable-functions-bindings.md#activity-trigger)<br/>[Entity trigger](./durable/durable-functions-bindings.md#entity-trigger) | `durable` |
7474

7575
All other functions in the app are scaled individually in their own set of instances, which are referenced using the convention `function:<NAMED_FUNCTION>`.
7676

0 commit comments

Comments
 (0)