Skip to content

Commit 1ceaf2d

Browse files
committed
RBAC assignment is on task hub level
1 parent 3cbfa32 commit 1ceaf2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ms.date: 03/19/2025
4444

4545
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:
4646
- The RBAC assigned to it (*Durable Task Data Contributor*)
47-
- The assignment scope (the scheduler or task hub name)
47+
- The assignment scope (task hub level assignment)
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)