Skip to content

Commit 7425541

Browse files
committed
update image paths that didnt show up earlier
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 7edac57 commit 7425541

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ You can create a scheduler and a task hub as part of the Function app creation o
170170

171171
1. In the Azure portal, search for **Durable Task Scheduler** and select it from the results.
172172

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.":::
174174

175175
1. Click **Create** to open the **Azure Functions: Durable Task Scheduler (preview)** pane.
176176

@@ -206,7 +206,7 @@ You can create a scheduler and a task hub as part of the Function app creation o
206206

207207
In the Azure portal, search for **Durable Task Scheduler** and select it from the results.
208208

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.":::
210210

211211
You can see the list of scheduler resources created in all subscriptions you have access to.
212212

@@ -228,7 +228,7 @@ az durabletask taskhub list --resource-group <RESOURCE_GROUP_NAME> --scheduler-n
228228

229229
You can see all the task hubs created in a scheduler on the **Overview** of the resource on Azure portal.
230230

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.":::
232232

233233
::: zone-end
234234

@@ -254,11 +254,11 @@ You can see all the task hubs created in a scheduler on the **Overview** of the
254254

255255
1. Open the scheduler resource on Azure portal and click **Delete**:
256256

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.":::
258258

259259
1. Find the scheduler with the task hub you want to delete, then click into that task hub. Click **Delete**:
260260

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.":::
262262

263263
::: zone-end
264264

articles/azure-functions/durable/durable-task-scheduler/includes/function-app-integrated-creation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
ms.service: azure-functions
33
ms.topic: include
4-
ms.date: 03/14/2025
4+
ms.date: 03/19/2025
55
ms.author: jiayma
66
ms.reviewer: azfuncdf
77
author: lilyjma
@@ -32,7 +32,7 @@ author: lilyjma
3232

3333
1. Create a scheduler resource. This action automatically creates a task hub.
3434

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.":::
3636

3737
| Field | Description |
3838
| ----- | ----------- |
@@ -48,6 +48,6 @@ author: lilyjma
4848
- The RBAC assigned to it (*Durable Task Data Contributor*)
4949
- The assignment scope (the scheduler or task hub name)
5050

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.":::
5252

5353
1. Click **Create** once validation passes.

0 commit comments

Comments
 (0)