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/develop-with-durable-task-scheduler.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The Azure Functions durable task scheduler is a highly performant, fully-managed
16
16
> [!div class="checklist"]
17
17
> * Create a scheduler and task hub.
18
18
> * Configure identity-based authentication for your application to access durable task scheduler.
19
-
> * Monitor the status of your app and task hub on the dts dashboard.
19
+
> * Monitor the status of your app and task hub on the durable task scheduler dashboard.
20
20
21
21
Learn more about durable task scheduler [features](./durable-task-scheduler.md#feature-highlights), [supported regions](./durable-task-scheduler.md#limitations-and-considerations), and [plans](./durable-task-scheduler.md#limitations-and-considerations).
22
22
@@ -155,7 +155,7 @@ docker run -itP -e DTS_TASK_HUB_NAMES=taskhub1,taskhub2,taskhub3 mcr.microsoft.c
155
155
156
156
You can create a scheduler and task hub on Azure portal via two ways:
157
157
- **Function app integrated creation:** *(recommended)* automatically creates the managed identity resource and RBAC assignment needed for your app to access durable task scheduler.
158
-
- **Top-level creation:** Requires you to [manually assign RBAC](#configure-identity-based-authentication-for-app-to-access-dts) to configure scheduler access for your app.
158
+
- **Top-level creation:** Requires you to [manually assign RBAC](#configure-identity-based-authentication-for-app-to-access-durable-task-scheduler) to configure scheduler access for your app.
159
159
160
160
> [!NOTE]
161
161
> Durable task scheduler currently supports apps hosted in the **App Service** and **Functions Premium** plans, so this experience is available only when either of these plan types is picked.
@@ -506,11 +506,12 @@ For durable task scheduler apps on the Functions Premium plan, enable the *Runti
Copy file name to clipboardExpand all lines: articles/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-dashboard.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
@@ -2,17 +2,17 @@
2
2
title: Debug and manage orchestrations using the Azure Functions durable task scheduler dashboard (preview)
3
3
description: Learn how to debug and manage your orchestrations using the Azure Functions durable task scheduler.
4
4
ms.topic: conceptual
5
-
ms.date: 01/24/2025
5
+
ms.date: 03/17/2025
6
6
---
7
7
8
8
# Debug and manage orchestrations using the Azure Functions durable task scheduler dashboard (preview)
9
9
10
-
Observe, manage, and debug your task hub or scheduler's orchestations effectively using the durable task scheduler dashboard. Once you [assign the *Durable Task Data Contributor* role to your developer identity](./develop-with-durable-task-scheduler.md#accessing-dts-dashboard), you can access the dashboard via either:
10
+
Observe, manage, and debug your task hub or scheduler's orchestations effectively using the durable task scheduler dashboard. Once you [assign the *Durable Task Data Contributor* role to your developer identity](./develop-with-durable-task-scheduler.md#accessing-durable-task-scheduler-dashboard), you can access the dashboard via either:
11
11
- The task hub's dashboard endpoint URL in the Azure portal
12
12
- Navigate to `https://dashboard.durabletask.io/` and your task endpoint to connect to it.
13
13
14
14
> [!NOTE]
15
-
> Ensure your identity (email) has the **Durable Task Data Contributor** role [assigned](./includes/assign-dev-identity-rbac-portal.md) to it before accessing the dashboard.
15
+
> Ensure [your developer identity (email) has the **Durable Task Data Contributor** role assigned to it](./develop-with-durable-task-scheduler.md#accessing-durable-task-scheduler-dashboard) before accessing the dashboard.
16
16
17
17
## Monitor orchestration progress and execution history
0 commit comments