Skip to content

Commit 8bf98ee

Browse files
committed
updated the output
1 parent b36bce1 commit 8bf98ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-hubs/schema-registry-dotnet-send-receive-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ This section shows how to write a .NET Core console application that receives ev
343343
1. You should see a message that the events have been received.
344344

345345
```bash
346-
Received - Order ID: 12345
346+
Received order with ID: 1234, amount: 45.29, description: First sample order.
347347
```
348348
These events are the three events you sent to the event hub earlier by running the sender program.
349349

0 commit comments

Comments
 (0)