Skip to content

Commit 052da9d

Browse files
committed
clarification on Capture to ADLS Gen 2
1 parent f908a4f commit 052da9d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/event-hubs/event-hubs-capture-overview.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,17 @@ ms.custom: seodec18
1414
ms.tgt_pltfrm: na
1515
ms.devlang: na
1616
ms.topic: article
17-
ms.date: 02/12/2020
17+
ms.date: 05/20/2020
1818
ms.author: shvija
1919

2020
---
2121

2222
# Capture events through Azure Event Hubs in Azure Blob Storage or Azure Data Lake Storage
2323
Azure Event Hubs enables you to automatically capture the streaming data in Event Hubs in an [Azure Blob storage](https://azure.microsoft.com/services/storage/blobs/) or [Azure Data Lake Storage Gen 1 or Gen 2](https://azure.microsoft.com/services/data-lake-store/) account of your choice, with the added flexibility of specifying a time or size interval. Setting up Capture is fast, there are no administrative costs to run it, and it scales automatically with Event Hubs [throughput units](event-hubs-scalability.md#throughput-units). Event Hubs Capture is the easiest way to load streaming data into Azure, and enables you to focus on data processing rather than on data capture.
2424

25+
> [!NOTE]
26+
> Configuring Event Hubs Capture to use Azure Data Lake Storage **Gen 2** is same as configuring it to use an Azure Blob Storage. For details, see [Configure Event Hubs Capture](event-hubs-capture-enable-through-portal).
27+
2528
Event Hubs Capture enables you to process real-time and batch-based pipelines on the same stream. This means you can build solutions that grow with your needs over time. Whether you're building batch-based systems today with an eye towards future real-time processing, or you want to add an efficient cold path to an existing real-time solution, Event Hubs Capture makes working with streaming data easier.
2629

2730

@@ -41,7 +44,7 @@ Event Hubs Capture enables you to set up a window to control capturing. This win
4144
{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}
4245
```
4346

44-
Note that the date values are padded with zeroes; an example filename might be:
47+
The date values are padded with zeroes; an example filename might be:
4548

4649
```
4750
https://mystorageaccount.blob.core.windows.net/mycontainer/mynamespace/myeventhub/0/2017/12/08/03/03/17.avro
@@ -134,7 +137,7 @@ Apache Avro has complete Getting Started guides for [Java][Java] and [Python][Py
134137

135138
Event Hubs Capture is metered similarly to throughput units: as an hourly charge. The charge is directly proportional to the number of throughput units purchased for the namespace. As throughput units are increased and decreased, Event Hubs Capture meters increase and decrease to provide matching performance. The meters occur in tandem. For pricing details, see [Event Hubs pricing](https://azure.microsoft.com/pricing/details/event-hubs/).
136139

137-
Note that Capture does not consume egress quota as it is billed separately.
140+
Capture does not consume egress quota as it is billed separately.
138141

139142
## Integration with Event Grid
140143

0 commit comments

Comments
 (0)