|
1 | 1 | ---
|
2 | 2 | title: Develop with the Azure Functions durable task scheduler (preview)
|
3 |
| -description: Learn how to develop with the Azure Functions durable task scheduler and task hub resources |
| 3 | +description: Learn how to develop with the Azure Functions durable task scheduler and task hub resources. |
4 | 4 | author: lilyjma
|
5 | 5 | ms.topic: how-to
|
6 | 6 | ms.date: 03/19/2025
|
@@ -252,11 +252,11 @@ You can see all the task hubs created in a scheduler on the **Overview** of the
|
252 | 252 |
|
253 | 253 | ::: zone pivot="az-portal"
|
254 | 254 |
|
255 |
| -1. Open the scheduler resource on Azure portal and click "Delete": |
| 255 | +1. Open the scheduler resource on Azure portal and click **Delete**: |
256 | 256 |
|
257 | 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.":::
|
258 | 258 |
|
259 |
| -1. Find the scheduler with the task hub you want to delete, then click into that task hub. Click "Delete": |
| 259 | +1. Find the scheduler with the task hub you want to delete, then click into that task hub. Click **Delete**: |
260 | 260 |
|
261 | 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.":::
|
262 | 262 |
|
@@ -346,7 +346,7 @@ The following sections demonstrate how to grant permissions to an identity resou
|
346 | 346 |
|
347 | 347 | ::: zone pivot="az-portal"
|
348 | 348 |
|
349 |
| -[!INCLUDE [assign-rbac-portal](./includes/assign-rbac-portal.md)] |
| 349 | +[!INCLUDE [assign-role-based-access-control-portal](./includes/assign-role-based-access-control-portal.md)] |
350 | 350 |
|
351 | 351 | ::: zone-end
|
352 | 352 |
|
@@ -499,7 +499,7 @@ Assign the required role to your *developer identity (email)* to gain access to
|
499 | 499 |
|
500 | 500 | ::: zone pivot="az-portal"
|
501 | 501 |
|
502 |
| -[!INCLUDE [assign-dev-identity-rbac-portal](./includes/assign-dev-identity-rbac-portal.md)] |
| 502 | +[!INCLUDE [assign-dev-identity-role-based-access-control-portal](./includes/assign-dev-identity-role-based-access-control-portal.md)] |
503 | 503 |
|
504 | 504 | ::: zone-end
|
505 | 505 |
|
|
0 commit comments