Skip to content

Commit 7626247

Browse files
committed
fix links and paths
Signed-off-by: Hannah Hunter <[email protected]>
1 parent c2853ae commit 7626247

File tree

3 files changed

+11
-15
lines changed

3 files changed

+11
-15
lines changed

articles/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-dashboard.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,6 @@ The dashboard includes features for managing orchestrations on demand, such as s
141141
142142
:::image type="content" source="media/durable-task-scheduler-dashboard/manage-orchestration.png" alt-text="Screenshot of the dashboard showing the buttons you use to manage the orchestration.":::
143143
144-
## Security
145-
146-
Dashboard access is secured through [integration with Azure Role-Based Access Control (RBAC)](./develop-with-durable-task-scheduler.md#accessing-durable-task-scheduler-dashboard).
147-
148144
## Next steps
149145
150146
[Try out the quickstart to see the Durable Task Scheduler dashboard in action](./quickstart-durable-task-scheduler.md)

articles/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-identity.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 05/05/2025
66
zone_pivot_groups: dts-devexp
77
---
88

9-
## Configure managed identity for Durable Task Scheduler (preview)
9+
# Configure managed identity for Durable Task Scheduler (preview)
1010

1111
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.
1212

@@ -23,7 +23,7 @@ You can grant the following Durable Task Scheduler related roles to an identity:
2323
2424
In this article, you learn how to grant permissions to an identity resource and configure your compute app to use the identity for access to schedulers and task hubs.
2525

26-
### Assign role-based access control (RBAC) to a managed identity resource
26+
## Assign role-based access control (RBAC) to a managed identity resource
2727

2828
::: zone pivot="az-cli"
2929

@@ -106,27 +106,27 @@ In this article, you learn how to grant permissions to an identity resource and
106106
107107
1. Click **Add** to add a role assignment.
108108
109-
:::image type="content" source="../media/configure-durable-task-scheduler/add-assignment.png" alt-text="Screenshot of the adding the role assignment on the Access Control pane in the portal.":::
109+
:::image type="content" source="./media/configure-durable-task-scheduler/add-assignment.png" alt-text="Screenshot of the adding the role assignment on the Access Control pane in the portal.":::
110110
111111
1. Search for and select **Durable Task Data Contributor**. Click **Next**.
112112
113-
:::image type="content" source="../media/configure-durable-task-scheduler/data-contributor-role.png" alt-text="Screenshot of selecting the Durable Task Data Contributor role assignment in the portal.":::
113+
:::image type="content" source="./media/configure-durable-task-scheduler/data-contributor-role.png" alt-text="Screenshot of selecting the Durable Task Data Contributor role assignment in the portal.":::
114114
115115
1. On the **Members** tab, for **Assign access to**, select **Managed identity**.
116116
117117
1. For **Members**, click **+ Select members**.
118118
119119
1. In the **Select managed identities** pane, expand the **Managed identity** drop-down and select **User-assigned managed identity**.
120120
121-
:::image type="content" source="../media/configure-durable-task-scheduler/members-tab.png" alt-text="Screenshot of selecting the user-assigned managed identity type you're going to use in the portal.":::
121+
:::image type="content" source="./media/configure-durable-task-scheduler/members-tab.png" alt-text="Screenshot of selecting the user-assigned managed identity type you're going to use in the portal.":::
122122
123123
1. Pick the user-managed identity previously created and click the **Select** button.
124124
125125
1. Click **Review + assign** to finish assigning the role.
126126
127127
::: zone-end
128128
129-
### Assign managed identity to your app
129+
## Assign managed identity to your app
130130
131131
Now that the identity has the required RBAC to access Durable Task Scheduler, you need to assign it to your app.
132132
@@ -182,7 +182,7 @@ Now that the identity has the required RBAC to access Durable Task Scheduler, yo
182182
183183
::: zone-end
184184
185-
### Add environment variables to app
185+
## Add environment variables to app
186186
187187
Add these two environment variables to app setting:
188188
- `TASKHUB_NAME`: name of task hub

articles/azure-functions/durable/durable-task-scheduler/troubleshoot-durable-task-scheduler.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ When your app isn't running as expected, first check if you have:
3232
- *System-assigned managed identity*: `Endpoint={scheduler endpoint};Authentication=ManagedIdentity`
3333

3434
1. Ensure the required role-based access control (RBAC) permission is [granted to the identity](./develop-with-durable-task-scheduler.md#configure-identity-based-authentication-for-app-to-access-durable-task-scheduler) needing to access the specified task hub or scheduler.
35-
- When accessing the dashboard, ensure permission is [assigned to your own identity (email)](./develop-with-durable-task-scheduler.md#accessing-durable-task-scheduler-dashboard).
35+
- When accessing the dashboard, ensure permission is [assigned to your own identity (email)](./durable-task-scheduler-dashboard.md#access-the-durable-task-scheduler-dashboard).
3636

37-
1. If user-assigned managed identity is used, ensure the [identity is assigned to your app](./develop-with-durable-task-scheduler.md#assign-managed-identity-to-your-app).
37+
1. If user-assigned managed identity is used, ensure the [identity is assigned to your app](./durable-task-scheduler-identity.md#assign-managed-identity-to-your-app).
3838

3939
## Error deploying durable functions app to Azure
4040

41-
If your deployment fails with an error such as `Encountered an error (ServiceUnavailable) from host runtime` from Visual Studio Code, first check your app to ensure the required [environment variables](./develop-with-durable-task-scheduler.md#add-environment-variables-to-app) are set correctly. Then redeploy your app. If you see an error loading functions, click the "Refresh" button.
41+
If your deployment fails with an error such as `Encountered an error (ServiceUnavailable) from host runtime` from Visual Studio Code, first check your app to ensure the required [environment variables](./durable-task-scheduler-identity.md#add-environment-variables-to-app) are set correctly. Then redeploy your app. If you see an error loading functions, click the "Refresh" button.
4242

4343
## Unknown error retrieving details of this task hub
4444

4545
If you get an `Unknown error retrieving details of this task hub` error on the durable task scheduler dashboard, the reason could be:
4646

47-
1. Your identity (email) doesn't have the required permission assigned for that task hub. Follow instructions to [grant the permission](./develop-with-durable-task-scheduler.md#accessing-durable-task-scheduler-dashboard), then access the dashboard again.
47+
1. Your identity (email) doesn't have the required permission assigned for that task hub. Follow instructions to [grant the permission](./durable-task-scheduler-dashboard.md), then access the dashboard again.
4848

4949
1. Your task hub was deleted.
5050

0 commit comments

Comments
 (0)