Skip to content

Commit aa952da

Browse files
committed
Acrolynx fix
1 parent 7133196 commit aa952da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-hubs/includes/event-hubs-connectivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: "include file"
1313
### What protocols I can use to send and receive events?
1414
Producers or senders can use AMQP, Kafka, or HTTPS protocols to send events to an event hub.
1515

16-
Consumers or receivers use AMQP or Kafka to receive events from an event hub. Event Hubs support only the Pull model for consumers to receive events from it. Even when you use event handlers to handle events from an event hub, the event processor internally uses the pull model to receive events from the event hub.
16+
Consumers or receivers use AMQP or Kafka to receive events from an event hub. Event Hubs supports only the pull model for consumers to receive events from it. Even when you use event handlers to handle events from an event hub, the event processor internally uses the pull model to receive events from the event hub.
1717

1818
### What ports do I need to open on the firewall?
1919
You can use the following protocols with Azure Event Hubs to send and receive events:

0 commit comments

Comments
 (0)