Skip to content

Commit 775cdd4

Browse files
Merge pull request #212570 from spelluru/patch-120
clarification
2 parents 90d56bd + 0d279bd commit 775cdd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-hubs/explore-captured-avro-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Exploring captured Avro files in Azure Event Hubs
33
description: This article provides the schema of Avro files captured by Azure Event Hubs and a list of tools to explore them.
44
ms.topic: article
5-
ms.date: 07/06/2022
5+
ms.date: 09/26/2022
66
---
77

88
# 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:
1414
:::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.":::
1515

1616
## 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.
1818

1919
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.
2020

0 commit comments

Comments
 (0)