File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
articles/azure-functions/durable Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 113
113
href : ./durable-task-scheduler/choose-orchestration-framework.md
114
114
- name : Concepts
115
115
items :
116
+ - name : Identity
117
+ href : ./durable-task-scheduler/durable-task-scheduler-identity.md
116
118
- name : Monitoring dashboard
117
119
href : ./durable-task-scheduler/durable-task-scheduler-dashboard.md
118
120
- name : Auto-purge
Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ Learn more about Durable Task Scheduler [features](./durable-task-scheduler.md#f
46
46
47
47
::: zone-end
48
48
49
- ## Run durable task emulator
49
+ ## Run Durable Task emulator
50
+
50
51
1. Pull the docker image containing the emulator.
51
52
52
53
```bash
@@ -299,6 +300,7 @@ The following sections demonstrate how to grant permissions to an identity resou
299
300
```
300
301
301
302
**Scheduler**
303
+
302
304
```bash
303
305
scope="/subscriptions/SUBSCRIPTION_ID/resourceGroups/RESOURCE_GROUP_NAME/providers/Microsoft.DurableTask/schedulers/SCHEDULER_NAME"
304
306
```
You can’t perform that action at this time.
0 commit comments