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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ You can create a scheduler and a task hub as part of the Function app creation o
170
170
171
171
1. In the Azure portal, search for**Durable Task Scheduler** and selectit from the results.
172
172
173
-
:::image type="content" source="media/create-durable-task-scheduler/search-for-dts.png" alt-text="Screenshot of searching for the durable task scheduler in the portal.":::
173
+
:::image type="content" source="media/create-durable-task-scheduler/search-for-durable-task-scheduler.png" alt-text="Screenshot of searching for the durable task scheduler in the portal.":::
174
174
175
175
1. Click **Create** to open the **Azure Functions: Durable Task Scheduler (preview)** pane.
176
176
@@ -206,7 +206,7 @@ You can create a scheduler and a task hub as part of the Function app creation o
206
206
207
207
In the Azure portal, search for**Durable Task Scheduler** and selectit from the results.
208
208
209
-
:::image type="content" source="media/create-durable-task-scheduler/search-for-dts.png" alt-text="Screenshot of searching for the durable task scheduler service in the portal.":::
209
+
:::image type="content" source="media/create-durable-task-scheduler/search-for-durable-task-scheduler.png" alt-text="Screenshot of searching for the durable task scheduler service in the portal.":::
210
210
211
211
You can see the list of scheduler resources created in all subscriptions you have access to.
212
212
@@ -228,7 +228,7 @@ az durabletask taskhub list --resource-group <RESOURCE_GROUP_NAME> --scheduler-n
228
228
229
229
You can see all the task hubs created in a scheduler on the **Overview** of the resource on Azure portal.
230
230
231
-
:::image type="content" source="media/create-durable-task-scheduler/dts-overview-portal.png" alt-text="Screenshot of overview tab of durable task scheduler in the portal.":::
231
+
:::image type="content" source="media/create-durable-task-scheduler/durable-task-scheduler-overview-portal.png" alt-text="Screenshot of overview tab of durable task scheduler in the portal.":::
232
232
233
233
::: zone-end
234
234
@@ -254,11 +254,11 @@ You can see all the task hubs created in a scheduler on the **Overview** of the
254
254
255
255
1. Open the scheduler resource on Azure portal and click **Delete**:
256
256
257
-
:::image type="content" source="media/create-durable-task-scheduler/dts-delete-portal.png" alt-text="Screenshot of scheduler resource in the portal highlighting delete button.":::
257
+
:::image type="content" source="media/create-durable-task-scheduler/durable-task-scheduler-delete-portal.png" alt-text="Screenshot of scheduler resource in the portal highlighting delete button.":::
258
258
259
259
1. Find the scheduler with the task hub you want to delete, then click into that task hub. Click **Delete**:
260
260
261
-
:::image type="content" source="media/create-durable-task-scheduler/taskhub-delete-portal.png" alt-text="Screenshot of task hub resource in the portal highlighting delete button.":::
261
+
:::image type="content" source="media/create-durable-task-scheduler/task-hub-delete-portal.png" alt-text="Screenshot of task hub resource in the portal highlighting delete button.":::
Copy file name to clipboardExpand all lines: articles/azure-functions/durable/durable-task-scheduler/includes/function-app-integrated-creation.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
@@ -1,7 +1,7 @@
1
1
---
2
2
ms.service: azure-functions
3
3
ms.topic: include
4
-
ms.date: 03/14/2025
4
+
ms.date: 03/19/2025
5
5
ms.author: jiayma
6
6
ms.reviewer: azfuncdf
7
7
author: lilyjma
@@ -32,7 +32,7 @@ author: lilyjma
32
32
33
33
1. Create a scheduler resource. This action automatically creates a task hub.
34
34
35
-
:::image type="content" source="../media/create-durable-task-scheduler/durable-func-tab.png" alt-text="Screenshot of creating an App Service plan Function app.":::
35
+
:::image type="content" source="../media/create-durable-task-scheduler/durable-functions-tab.png" alt-text="Screenshot of creating an App Service plan Function app.":::
36
36
37
37
| Field | Description |
38
38
| ----- | ----------- |
@@ -48,6 +48,6 @@ author: lilyjma
48
48
- The RBAC assigned to it (*Durable Task Data Contributor*)
49
49
- The assignment scope (the scheduler or task hub name)
50
50
51
-
:::image type="content" source="../media/create-durable-task-scheduler/func-review-create-tab.png" alt-text="Screenshot of fields and properties chosen and in review on the Review + create tab.":::
51
+
:::image type="content" source="../media/create-durable-task-scheduler/functions-review-create-tab.png" alt-text="Screenshot of fields and properties chosen and in review on the Review + create tab.":::
0 commit comments