Skip to content

Commit 8a54d9c

Browse files
Minor fixes.
1 parent fbf7693 commit 8a54d9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-hubs/event-hubs-quickstart-stream-large-messages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In the Azure portal, go to the **Settings** section for the dedicated cluster. U
3030
- You can update the key `eventhubmaxmessagesizeinbytes` to a suitable value in bytes. An acceptable range for this value is between 1,048,576 and 20,971,520 bytes.
3131
- Validate that the value for the read-only key `supportslargemessages` is set to `True`.
3232

33-
After the configuration is saved, you're ready to stream large messages with Event Hubs.
33+
After you save the configuration, you're ready to stream large messages with Event Hubs.
3434

3535
> [!IMPORTANT]
3636
> Large message streaming is only supported with self-serve scalable dedicated clusters built out of the latest infrastructure. The `Supportslargemessages` key reflects this capability.
@@ -39,7 +39,7 @@ After the configuration is saved, you're ready to stream large messages with Eve
3939
4040
## Stream large messages with Event Hubs
4141

42-
Event Hubs allows streaming of large messages up to 20 MB, both in batches and as individual publications. The ability to stream large messages or events requires no client code changes apart from the change in the message or event itself. You can continue sending or receiving messages by using any existing Event Hubs SDK or Kafka API to stream large messages to Event Hubs. This way you can stream large messages to Event Hubs in the same manner as you would for messages of sizes less than 1 MB.
42+
Event Hubs allows streaming of large messages up to 20 MB, both in batches and as individual publications. The ability to stream large messages or events requires no client code changes apart from the change in the message or event itself. You can continue to send or receive messages by using any existing Event Hubs SDK or Kafka API to stream large messages to Event Hubs. This way you can stream large messages to Event Hubs in the same manner as you would for messages of sizes less than 1 MB.
4343

4444
For more information, see [Send events to and receive events from Event Hubs by using .NET](event-hubs-dotnet-standard-getstarted-send.md).
4545

0 commit comments

Comments
 (0)