Skip to content

Commit 24a0a3d

Browse files
committed
fix blocker
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 953e005 commit 24a0a3d

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.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 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 |
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 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` |
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 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` |
9393

9494
---
9595

0 commit comments

Comments
 (0)