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/connectors/connectors-create-api-azure-event-hubs.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,15 +39,15 @@ To make sure that your workflow can access your event hub, check your permission
39
39
40
40
1. On the namespace menu, under **Settings**, select **Shared access policies**. In the **Claims** column, check that you have at least **Manage** permissions for that namespace.
41
41
42
-
:::image type="content" source="./media/connectors-create-api-azure-event-hubs/event-hubs-namespace.png" alt-text="Screenshot showing the Azure portal, your Event Hubs namespace, and Manage permissions appearing in the Claims column.":::
42
+
:::image type="content" source="./media/connectors-create-api-azure-event-hubs/event-hubs-namespace.png" alt-text="Screenshot showing the Azure portal, your Event Hubs namespace, and Manage permissions appearing in the Claims column." lightbox="./media/connectors-create-api-azure-event-hubs/event-hubs-namespace.png":::
43
43
44
44
1. If you want to later manually enter your connection information, get the connection string for your event hub namespace.
45
45
46
46
1. In the **Policy** column, select **RootManageSharedAccessKey**.
47
47
48
48
1. Find your primary key's connection string. Copy and save the connection string for later use.
49
49
50
-
:::image type="content" source="media/connectors-create-api-azure-event-hubs/find-event-hub-namespace-connection-string.png" alt-text="Screenshot showing the primary key's connection string with the copy button selected.":::
50
+
:::image type="content" source="media/connectors-create-api-azure-event-hubs/find-event-hub-namespace-connection-string.png" alt-text="Screenshot showing the primary key's connection string with the copy button selected." lightbox="media/connectors-create-api-azure-event-hubs/find-event-hub-namespace-connection-string.png":::
51
51
52
52
> [!TIP]
53
53
> To confirm whether your connection string is associated with your Event Hubs namespace or with a specific event hub, make sure the connection string doesn't have the `EntityPath` parameter. If you find this parameter, the connection string is for a specific Event Hubs entity and isn't the correct string to use with your workflow.
@@ -143,7 +143,7 @@ In Azure Logic Apps, an [action](../logic-apps/logic-apps-overview.md#logic-app-
143
143
144
144
1. In the action, provide information about the events that you want to send. Open the **Add new parameter** list. Selecting a parameter adds that property to the action.
145
145
146
-
:::image type="content" source="./media/connectors-create-api-azure-event-hubs/event-hubs-send-event-action.png" alt-text="Screenshot showing the Advanced Parameters option.":::
146
+
:::image type="content" source="./media/connectors-create-api-azure-event-hubs/event-hubs-send-event-action.png" alt-text="Screenshot showing the Advanced Parameters option." lightbox="./media/connectors-create-api-azure-event-hubs/event-hubs-send-event-action.png":::
0 commit comments