Skip to content

Commit 530eeaf

Browse files
authored
Update image paths in durable functions documentation
1 parent 7adecf0 commit 530eeaf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

articles/azure-functions/durable/durable-functions-event-publishing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ To configure system assigned identity follow the instructions below:
130130
1. Turn on system assigned identity for the function app
131131
- Go to the function app's **Identity** section and in the **System Assigned** tab, toggle the **Status** switch to on.
132132

133-
:::image type="content" source="./media/durable-functions-event-publishing/enabling-system-assigned-identity.png" alt-text="Screenshot of enabling system assigned identity in the function app." border="true":::
133+
:::image type="content" source="./media/durable-functions-event-publishing/enable-system-assigned-identity.png" alt-text="Screenshot of enabling system assigned identity in the function app." border="true":::
134134

135135
2. In the Event Grid topic resource, give the function app the EventGrid Data Sender role.
136136
- Go to the **Access Control (IAM)** section, click **+ Add**.
@@ -161,21 +161,21 @@ To configure user assigned managed identity follow the instructions below:
161161

162162
- Create a user assigned managed identity (UAMI) and select **Review + create**.
163163

164-
:::image type="content" source="./media/durable-functions-event-publishing/create-uami.png" alt-text="Screenshot of creating user assigned managed identity." border="true":::
164+
:::image type="content" source="./media/durable-functions-event-publishing/create-user-assigned-managed-identity.png" alt-text="Screenshot of creating user assigned managed identity." border="true":::
165165

166166
2. Attach the UAMI to the function app resource
167167
- Go to the function app, **Identity** section, click **Add +**.
168168

169-
:::image type="content" source="./media/durable-functions-event-publishing/function-app-add-uami.png" alt-text="Screenshot of the function app identity section for user assigned managed identity." border="true":::
169+
:::image type="content" source="./media/durable-functions-event-publishing/function-app-add-user-assigned-managed-identity.png" alt-text="Screenshot of the function app identity section for user assigned managed identity." border="true":::
170170

171171
- Choose the UAMI created above, then click **Add**.
172172

173-
:::image type="content" source="./media/durable-functions-event-publishing/function-app-add-specific-uami.png" alt-text="Screenshot of selecting specific user assigned managed identity." border="true":::
173+
:::image type="content" source="./media/durable-functions-event-publishing/function-app-add-specific-user-assigned-managed-identity.png" alt-text="Screenshot of selecting specific user assigned managed identity." border="true":::
174174

175175
3. Attach the UAMI to the event grid topic resource.
176176
- Go to the event grid topic resource, **Identity** section, choose the **User assigned** tab, then click **Add +**. Choose the user assigned managed identity, then click **Add**.
177177

178-
:::image type="content" source="./media/durable-functions-event-publishing/add-uami-to-event-grid-topic.png" alt-text="Screenshot of adding a user assigned managed identity to event grid topic." border="true":::
178+
:::image type="content" source="./media/durable-functions-event-publishing/add-user-assigned-managed-identity-to-event-grid-topic.png" alt-text="Screenshot of adding a user assigned managed identity to event grid topic." border="true":::
179179

180180
4. Create an Event Grid subscription and select an endpoint.
181181
- In the **Overview** tab of the Event Grid Topic resource, select **+ Event Subscription**, and create the event subscription.

0 commit comments

Comments
 (0)