Skip to content

Commit 337a3af

Browse files
committed
update toc
Signed-off-by: Hannah Hunter <[email protected]>
1 parent ef0e06e commit 337a3af

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

articles/azure-functions/durable/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@
113113
href: ./durable-task-scheduler/choose-orchestration-framework.md
114114
- name: Concepts
115115
items:
116+
- name: Identity
117+
href: ./durable-task-scheduler/durable-task-scheduler-identity.md
116118
- name: Monitoring dashboard
117119
href: ./durable-task-scheduler/durable-task-scheduler-dashboard.md
118120
- name: Auto-purge

articles/azure-functions/durable/durable-task-scheduler/develop-with-durable-task-scheduler.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ Learn more about Durable Task Scheduler [features](./durable-task-scheduler.md#f
4646
4747
::: zone-end
4848
49-
## Run durable task emulator
49+
## Run Durable Task emulator
50+
5051
1. Pull the docker image containing the emulator.
5152
5253
```bash
@@ -299,6 +300,7 @@ The following sections demonstrate how to grant permissions to an identity resou
299300
```
300301
301302
**Scheduler**
303+
302304
```bash
303305
scope="/subscriptions/SUBSCRIPTION_ID/resourceGroups/RESOURCE_GROUP_NAME/providers/Microsoft.DurableTask/schedulers/SCHEDULER_NAME"
304306
```

0 commit comments

Comments
 (0)