Skip to content

Commit bf9d41e

Browse files
committed
add system assigned back in as an option
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 3dac2fe commit bf9d41e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-auto-scaling-aca.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can set the autoscaler configuration via the Azure portal, a Bicep template,
3030
| maxConcurrentWorkItemsCount | The maximum concurrent work items dispatched as an event to your compute, such as telling your compute to run an orchestration. | 1 |
3131
| taskhubName | The name of the task hub connected to the scheduler. | taskhub-ID |
3232
| workItemType | The work item type that is being dispatched. Options include Orchestration, Activity, or Entity. | Orchestration |
33-
| Managed identity | The user assigned managed identity linked to the scheduler and task hub resource. Ensure the **Authenticate with a Managed Identity** checkbox is selected. | [email protected] |
33+
| Managed identity | The user assigned or system assigned managed identity linked to the scheduler and task hub resource. Ensure the **Authenticate with a Managed Identity** checkbox is selected. | [email protected] |
3434

3535
# [Bicep](#tab/bicep)
3636

@@ -64,7 +64,7 @@ scale: {
6464
| `maxConcurrentWorkItemsCount` | The maximum concurrent work items dispatched as an event to your compute, such as telling your compute to run an orchestration. | `1` |
6565
| `taskhubName` | The name of the task hub connected to the scheduler. | `myTaskHubName` |
6666
| `workItemType` | The work item type that is being dispatched. Options include Orchestration, Activity, or Entity. | `Orchestration` |
67-
| `identity` | The user assigned managed identity linked to the scheduler and task hub resource. | `[email protected]` |
67+
| `identity` | The user assigned or system assigned managed identity linked to the scheduler and task hub resource. | `[email protected]` |
6868

6969

7070
# [Azure CLI](#tab/cli)
@@ -89,7 +89,7 @@ az containerapp create \
8989
| `maxConcurrentWorkItemsCount` | The maximum concurrent work items dispatched as an event to your compute, such as telling your compute to run an orchestration. | `1` |
9090
| `taskhubName` | The name of the task hub connected to the scheduler. | `myTaskHubName` |
9191
| `workItemType` | The work item type that is being dispatched. Options include Orchestration, Activity, or Entity. | `Orchestration` |
92-
| `scale-rule-identity` | The user assigned managed identity linked to the scheduler and task hub resource. | `[email protected]` |
92+
| `scale-rule-identity` | The user assigned or system assigned managed identity linked to the scheduler and task hub resource. | `[email protected]` |
9393

9494
---
9595

0 commit comments

Comments
 (0)