Skip to content

Commit 6455e79

Browse files
Merge pull request #299687 from lilyjma/doc-review4
RBAC assignment is on task hub level
2 parents 683ee2d + 1a1cef0 commit 6455e79

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can create a scheduler and a task hub as part of the Function app creation o
2828

2929
Durable Task Scheduler **only** supports either *user-assigned* or *system-assigned* managed identity authentication. **User-assigned identities are recommended,** as they aren't tied to the lifecycle of the app and can be reused after the app is deprovisioned.
3030

31-
If you haven't already, [configure managed identity for your Durable Functions app](./durable-task-scheduler-identity.md).
31+
See step-by-step instructions on how to [configure managed identity for your Durable Functions app](./durable-task-scheduler-identity.md).
3232

3333
## Access the Durable Task Scheduler dashboard
3434

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
@@ -42,9 +42,9 @@ ms.date: 03/19/2025
4242

4343
1. Click **Review + create** to review the resource creation.
4444

45-
A user-assigned managed identity with the required role-based access control (RBAC) permission is created automatically so that the Function app can access durable task scheduler. You can find in the summary view information related to the managed identity resource, such as:
46-
- The RBAC assigned to it (*Durable Task Data Contributor*)
47-
- The assignment scope (the scheduler or task hub name)
45+
A user-assigned managed identity with the required role-based access control (RBAC) permission is created automatically and added to the Function app. You can find in the summary view information related to the managed identity resource, such as:
46+
- The role assigned to it (*Durable Task Data Contributor*)
47+
- The assignment scoped to the task hub level
4848

4949
:::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.":::
5050

0 commit comments

Comments
 (0)