You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/durable/durable-functions-event-publishing.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ To configure system assigned identity follow the instructions below:
130
130
1. Turn on system assigned identity for the function app
131
131
- Go to the function app's **Identity** section and in the **System Assigned** tab, toggle the **Status** switch to on.
132
132
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":::
134
134
135
135
2. In the Event Grid topic resource, give the function app the EventGrid Data Sender role.
136
136
- Go to the **Access Control (IAM)** section, click **+ Add**.
@@ -161,21 +161,21 @@ To configure user assigned managed identity follow the instructions below:
161
161
162
162
- Create a user assigned managed identity (UAMI) and select **Review + create**.
163
163
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":::
165
165
166
166
2. Attach the UAMI to the function app resource
167
167
- Go to the function app, **Identity** section, click **Add +**.
168
168
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":::
170
170
171
171
- Choose the UAMI created above, then click **Add**.
172
172
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":::
174
174
175
175
3. Attach the UAMI to the event grid topic resource.
176
176
- 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**.
177
177
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":::
179
179
180
180
4. Create an Event Grid subscription and select an endpoint.
181
181
- In the **Overview** tab of the Event Grid Topic resource, select **+ Event Subscription**, and create the event subscription.
0 commit comments