Skip to content

Commit 6fffedc

Browse files
Minor edit.
1 parent db7abc6 commit 6fffedc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/connectors/connectors-create-api-azure-event-hubs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,16 +141,16 @@ In Azure Logic Apps, an [action](../logic-apps/logic-apps-overview.md#logic-app-
141141

142142
1. If you're prompted to create a connection to your event hub, [provide the requested connection information](#create-connection).
143143

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.
144+
1. In the action, provide information about the events that you want to send. Open the **Advanced parameters** list. Selecting a parameter adds that property to the action.
145145

146146
:::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":::
147147

148148
| Property | Required | Description |
149149
|----------|----------|-------------|
150150
| **Event Hub name** | Yes | The event hub where you want to send the event |
151+
| **Partition key** | No | The [partition](../event-hubs/event-hubs-features.md#partitions) ID for where to send the event |
151152
| **Content** | No | The content for the event you want to send |
152153
| **Properties** | No | The app properties and values to send |
153-
| **Partition key** | No | The [partition](../event-hubs/event-hubs-features.md#partitions) ID for where to send the event |
154154

155155
For example, you can send the output from your Event Hubs trigger to another event hub:
156156

0 commit comments

Comments
 (0)