Skip to content

Commit

Permalink
Merge pull request #191 from jpazpaas/fix/preview-events-of-eventhubs
Browse files Browse the repository at this point in the history
【Fix】Modify article.
  • Loading branch information
takmnagaya committed May 12, 2023
2 parents 43cb32a + 5517c75 commit 5b9ab75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-05-12-preview-events-of-eventhubs.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Stream Analytics ジョブを作成せず、上記のプレビュー機能をご
Event Hubs からイベントを受信するためのアプリケーションを構築いただき、受信したイベントの中身を確認することが可能でございます。<br/>
以下の .NET のみならず、Java、Python などで受信アプリケーション構築のクイックスタートがございますので参考になれば幸いです。

>[クイック スタート: .NET を使用して Azure Event Hubs との間でイベントを送受信する | イベント ハブからイベントを受信する](https://learn.microsoft.com/ja-jp/azure/event-hubs/event-hubs-dotnet-standard-getstarted-send?tabs=connection-string%2Croles-azure-portal#receive-events-from-the-event-hub)
>[クイック スタート: .NET を使用して Azure Event Hubs との間でイベントを送受信する イベント ハブからイベントを受信する](https://learn.microsoft.com/ja-jp/azure/event-hubs/event-hubs-dotnet-standard-getstarted-send?tabs=connection-string%2Croles-azure-portal#receive-events-from-the-event-hub)
上記クイックスタートを元にアプリケーションを作成し実行すると、例えば Blob Storage の診断ログを Event Hubs に送信するようにした場合、以下のようにイベントの中身を確認することができます。<br/>
![image-2a31653e-1139-4255-9ce3-bc18e722e99a.png]({{site.baseurl}}/media/2023/05/image-2a31653e-1139-4255-9ce3-bc18e722e99a.png)
Expand Down

0 comments on commit 5b9ab75

Please sign in to comment.