Skip to content

Commit 80fd281

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into patricka-config-include
2 parents 64cc824 + 872c34c commit 80fd281

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/stream-analytics/capture-event-hub-data-delta-lake.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Capture data from Event Hubs into Azure Data Lake Storage Gen2 in Delta Lake format (preview)
2+
title: Capture data from Event Hubs into Azure Data Lake Storage Gen2 in Delta Lake format
33
description: Learn how to use the node code editor to automatically capture the streaming data in Event Hubs in an Azure Data Lake Storage Gen2 account in Delta Lake format.
44
author: xujxu
55
ms.author: xujiang1
@@ -8,7 +8,7 @@ ms.topic: how-to
88
ms.custom: mvc
99
ms.date: 2/17/2023
1010
---
11-
# Capture data from Event Hubs in Delta Lake format (preview)
11+
# Capture data from Event Hubs in Delta Lake format
1212

1313
This article explains how to use the no code editor to automatically capture streaming data in Event Hubs in an Azure Data Lake Storage Gen2 account in Delta Lake format.
1414

articles/stream-analytics/write-to-delta-table-adls-gen2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: tutorial
88
ms.date: 01/29/2024
99
---
1010

11-
# Tutorial: Write to a Delta Table stored in Azure Data Lake Storage Gen2 (Public Preview)
11+
# Tutorial: Write to a Delta Table stored in Azure Data Lake Storage Gen2
1212

1313
This tutorial shows how you can create a Stream Analytics job to write to a Delta table in Azure Data Lake Storage Gen2. In this tutorial, you learn how to:
1414

@@ -81,7 +81,7 @@ The next step is to define an output sink where the job can write data to. In th
8181
3. For **Subscription**, select your Azure subscription.
8282
4. For **Storage account**, choose the ADLS Gen2 account (the one that starts with **tollapp**) you created.
8383
5. For **container**, select **Create new** and provide a unique **container name**.
84-
6. For **Event Serialization Format**, select **Delta Lake (Preview)**. Although Delta lake is listed as one of the options here, it isn't a data format. Delta Lake uses versioned Parquet files to store your data. To learn more about [Delta lake](write-to-delta-lake.md).
84+
6. For **Event Serialization Format**, select **Delta Lake**. Although Delta lake is listed as one of the options here, it isn't a data format. Delta Lake uses versioned Parquet files to store your data. To learn more about [Delta lake](write-to-delta-lake.md).
8585
7. For **Delta table path**, enter **tutorial folder/delta table**.
8686
8. Use default options on the remaining settings and select **Save**.
8787

0 commit comments

Comments
 (0)