Skip to content

Commit 8ad3a40

Browse files
committed
rest of blockers from pre review
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 53cfbad commit 8ad3a40

14 files changed

+14
-12
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
@@ -1,6 +1,6 @@
11
---
22
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.
44
author: lilyjma
55
ms.topic: how-to
66
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
252252

253253
::: zone pivot="az-portal"
254254

255-
1. Open the scheduler resource on Azure portal and click "Delete":
255+
1. Open the scheduler resource on Azure portal and click **Delete**:
256256

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

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**:
260260

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

@@ -346,7 +346,7 @@ The following sections demonstrate how to grant permissions to an identity resou
346346
347347
::: zone pivot="az-portal"
348348
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)]
350350
351351
::: zone-end
352352
@@ -499,7 +499,7 @@ Assign the required role to your *developer identity (email)* to gain access to
499499

500500
::: zone pivot="az-portal"
501501

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)]
503503

504504
::: zone-end
505505

articles/azure-functions/durable/durable-task-scheduler/dts-dedicated-sku.md renamed to articles/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-dedicated-sku.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following table explains the minimum cost and features provided with each CU
3232

3333
Find the price of a capacity unit in a given region on the [Azure Functions pricing page](https://azure.microsoft.com/pricing/details/functions/).
3434

35-
## Determining the number of Capacity Units needed
35+
## Determine the number of Capacity Units needed
3636

3737
> [!NOTE]
3838
> Durable task scheduler supports purchasing only **one capacity unit** at the moment.
101 KB
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)