You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-hubs/explore-captured-avro-files.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Exploring captured Avro files in Azure Event Hubs
3
3
description: This article provides the schema of Avro files captured by Azure Event Hubs and a list of tools to explore them.
4
4
ms.topic: article
5
-
ms.date: 07/06/2022
5
+
ms.date: 09/26/2022
6
6
---
7
7
8
8
# Exploring captured Avro files in Azure Event Hubs
@@ -14,7 +14,7 @@ The Avro files produced by Event Hubs Capture have the following Avro schema:
14
14
:::image type="content" source="./media/event-hubs-capture-overview/event-hubs-capture3.png" alt-text="Image showing the schema of Avro files captured by Azure Event Hubs.":::
15
15
16
16
## Azure Storage Explorer
17
-
You can view captured files in any tool such as [Azure Storage Explorer][Azure Storage Explorer]. You can download files locally to work on them.
17
+
You can verify that captured files were created in the Azure Storage account using tools such as [Azure Storage Explorer][Azure Storage Explorer]. You can download files locally to work on them.
18
18
19
19
An easy way to explore Avro files is by using the [Avro Tools][Avro Tools] jar from Apache. You can also use [Apache Drill][Apache Drill] for a lightweight SQL-driven experience or [Apache Spark][Apache Spark] to perform complex distributed processing on the ingested data.
0 commit comments