Skip to content

Commit c2ff6ac

Browse files
committed
add command for listing image versions
Signed-off-by: Hannah Hunter <[email protected]>
1 parent f7a2523 commit c2ff6ac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,13 @@ docker run -d -p 8080:8080 -e DTS_TASK_HUB_NAMES=taskhub1,taskhub2 mcr.microsoft
107107
> [!NOTE]
108108
> The emulator internally stores orchestration and entity state in local memory, so it isn't suitable for production use.
109109
110+
You can see all of the emulator versions available by running the following command:
111+
112+
```bash
113+
curl -s https://mcr.microsoft.com/v2/dts/dts-emulator/tags/list
114+
```
115+
116+
110117
## Limitations and considerations
111118

112119
- **Available regions:** Durable task scheduler resources can be created in a subset of Azure regions today. You can run the following command to get a list of the supported regions:

0 commit comments

Comments
 (0)