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
Copy file name to clipboardExpand all lines: articles/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-auto-scaling.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ You can set the autoscaler configuration via the Azure portal, a Bicep template,
30
30
| maxConcurrentWorkItemsCount | The maximum concurrent work items dispatched as an event to your compute, such as telling your compute to run an orchestration. | 1 |
31
31
| taskhubName | The name of the task hub connected to the scheduler. | taskhub-ID |
32
32
| workItemType | The work item type that is being dispatched. Options include Orchestration, Activity, or Entity. | Orchestration |
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. |someone@email.com|
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. |someone@example.com|
34
34
35
35
# [Bicep](#tab/bicep)
36
36
@@ -64,7 +64,7 @@ scale: {
64
64
|`maxConcurrentWorkItemsCount`| The maximum concurrent work items dispatched as an event to your compute, such as telling your compute to run an orchestration. |`1`|
65
65
|`taskhubName`| The name of the task hub connected to the scheduler. |`myTaskHubName`|
66
66
|`workItemType`| The work item type that is being dispatched. Options include Orchestration, Activity, or Entity. |`Orchestration`|
67
-
|`identity`| The user assigned or system assigned managed identity linked to the scheduler and task hub resource. |`someone@email.com`|
67
+
|`identity`| The user assigned or system assigned managed identity linked to the scheduler and task hub resource. |`someone@example.com`|
68
68
69
69
70
70
# [Azure CLI](#tab/cli)
@@ -89,7 +89,7 @@ az containerapp create \
89
89
|`maxConcurrentWorkItemsCount`| The maximum concurrent work items dispatched as an event to your compute, such as telling your compute to run an orchestration. |`1`|
90
90
|`taskhubName`| The name of the task hub connected to the scheduler. |`myTaskHubName`|
91
91
|`workItemType`| The work item type that is being dispatched. Options include Orchestration, Activity, or Entity. |`Orchestration`|
92
-
|`scale-rule-identity`| The user assigned or system assigned managed identity linked to the scheduler and task hub resource. |`someone@email.com`|
92
+
|`scale-rule-identity`| The user assigned or system assigned managed identity linked to the scheduler and task hub resource. |`someone@example.com`|
0 commit comments