Skip to content

Commit 612437d

Browse files
committed
Acrolynx
1 parent 3c2f4e8 commit 612437d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/event-hubs/event-hubs-capture-enable-through-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom: mode-ui
88

99
# Enable capturing of events streaming through Azure Event Hubs
1010

11-
Azure [Event Hubs Capture][capture-overview] enables you to automatically deliver the streaming data in Event Hubs to an [Azure Blob storage](https://azure.microsoft.com/services/storage/blobs/) or [Azure Data Lake Storage Gen 2](https://azure.microsoft.com/services/data-lake-store/) account of your choice.You can configure capture settings using the [Azure portal](https://portal.azure.com) when creating an event hub or for an existing event hub. For conceptual information on this feature, see [Event Hubs Capture overview][capture-overview].
11+
Azure [Event Hubs Capture][capture-overview] enables you to automatically deliver the streaming data in Event Hubs to an [Azure Blob storage](https://azure.microsoft.com/services/storage/blobs/) or [Azure Data Lake Storage Gen 2](https://azure.microsoft.com/services/data-lake-store/) account of your choice. You can configure capture settings using the [Azure portal](https://portal.azure.com) when creating an event hub or for an existing event hub. For conceptual information on this feature, see [Event Hubs Capture overview][capture-overview].
1212

1313
> [!IMPORTANT]
1414
> Event Hubs doesn't support capturing events in a **premium** storage account.
@@ -59,7 +59,7 @@ See one of the following sections based on the type of storage you want to use t
5959

6060
Follow [Create a storage account](../storage/common/storage-account-create.md?tabs=azure-portal#create-a-storage-account) article to create an Azure Storage account. Set **Hierarchical namespace** to **Enabled** on the **Advanced** tab to make it an Azure Data Lake Storage Gen 2 account. The Azure Storage account must be in the same subscription as the event hub.
6161

62-
1. Select **Azure Storage** as the capture provider. To use a Gen 2 of Azure Data Lake Storage, you select **Azure Storage**.
62+
1. Select **Azure Storage** as the capture provider. To use Azure Data Lake Storage Gen2, you select **Azure Storage**.
6363
2. For **Azure Storage Container**, click the **Select the container** link.
6464

6565
:::image type="content" source="./media/event-hubs-capture-enable-through-portal/select-container-link.png" alt-text="Screenshot that shows the Create event hub page with the Select container link.":::

articles/event-hubs/event-hubs-resource-manager-namespace-event-hub-enable-capture.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Create an event hub with capture enabled - Azure Event Hubs | Microsoft Docs
3-
description: Create an Azure Event Hubs namespace with one event hub and enable Capture using Azure Resource Manager template
3+
description: Create an Azure Event Hubs namespace with one event hub and enable Capture using Azure Resource Manager template.
44
ms.topic: quickstart
55
ms.date: 08/26/2022
66
ms.custom: mode-other, devx-track-azurecli, devx-track-arm-template
@@ -19,14 +19,14 @@ For more information about patterns and practices for Azure Resources naming con
1919

2020
For the complete templates, select the following GitHub links:
2121

22-
- [Event hub and enable Capture to Storage template][Event Hub and enable Capture to Storage template]
23-
- [Event hub and enable Capture to Azure Data Lake Store template][Event Hub and enable Capture to Azure Data Lake Store template]
22+
- [Create an event hub and enable Capture to Storage template][Event Hub and enable Capture to Storage template]
23+
- [Create an event hub and enable Capture to Azure Data Lake Store template][Event Hub and enable Capture to Azure Data Lake Store template]
2424

2525
> [!NOTE]
2626
> To check for the latest templates, visit the [Azure Quickstart Templates][Azure Quickstart Templates] gallery and search for Event Hubs.
2727
2828
> [!IMPORTANT]
29-
> Azure Data Lake Storage Gen1 is retired, so don't use for capturing event data. For more information, see the [official announcement](https://azure.microsoft.com/updates/action-required-switch-to-azure-data-lake-storage-gen2-by-29-february-2024/). If you are using Azure Data Lake Storage Gen1, migrate to Azure Data Lake Storage Gen2. For more information, see [Azure Data Lake Storage migration guidelines and patterns](../storage/blobs/data-lake-storage-migrate-gen1-to-gen2.md).
29+
> Azure Data Lake Storage Gen1 is retired, so don't use it for capturing event data. For more information, see the [official announcement](https://azure.microsoft.com/updates/action-required-switch-to-azure-data-lake-storage-gen2-by-29-february-2024/). If you are using Azure Data Lake Storage Gen1, migrate to Azure Data Lake Storage Gen2. For more information, see [Azure Data Lake Storage migration guidelines and patterns](../storage/blobs/data-lake-storage-migrate-gen1-to-gen2.md).
3030
3131
## What will you deploy?
3232

@@ -167,7 +167,7 @@ The size interval at which Capture starts capturing the data.
167167

168168
### captureNameFormat
169169

170-
The name format used by Event Hubs Capture to write the Avro files. Note that a Capture name format must contain `{Namespace}`, `{EventHub}`, `{PartitionId}`, `{Year}`, `{Month}`, `{Day}`, `{Hour}`, `{Minute}`, and `{Second}` fields. These can be arranged in any order, with or without delimiters.
170+
The name format used by Event Hubs Capture to write the Avro files. The capture name format must contain `{Namespace}`, `{EventHub}`, `{PartitionId}`, `{Year}`, `{Month}`, `{Day}`, `{Hour}`, `{Minute}`, and `{Second}` fields. These fields can be arranged in any order, with or without delimiters.
171171

172172
```json
173173
"captureNameFormat": {
@@ -250,7 +250,7 @@ The Azure Data Lake Store name for the captured events.
250250

251251
### dataLakeFolderPath
252252

253-
The destination folder path for the captured events. This is the folder in your Data Lake Store to which the events will be pushed during the capture operation. To set permissions on this folder, see [Use Azure Data Lake Store to capture data from Event Hubs](../data-lake-store/data-lake-store-archive-eventhub-capture.md).
253+
The destination folder path for the captured events. This path is the folder in your Data Lake Store to which the events are pushed during the capture operation. To set permissions on this folder, see [Use Azure Data Lake Store to capture data from Event Hubs](../data-lake-store/data-lake-store-archive-eventhub-capture.md).
254254

255255
```json
256256
"dataLakeFolderPath": {
@@ -263,7 +263,7 @@ The destination folder path for the captured events. This is the folder in your
263263

264264
## Azure Storage or Azure Data Lake Storage Gen 2 as destination
265265

266-
Creates a namespace of type **EventHub**, with one event hub, and also enables Capture to Azure Blob Storage or Azure Data Lake Storage Gen2.
266+
Creates a namespace of type `Microsoft.EventHub/Namespaces`, with one event hub, and also enables Capture to Azure Blob Storage or Azure Data Lake Storage Gen2.
267267

268268
```json
269269
"resources":[

0 commit comments

Comments
 (0)