Skip to content

Commit 8fb1a28

Browse files
committed
Freshness review - ASA
1 parent e81c2f0 commit 8fb1a28

File tree

2 files changed

+38
-40
lines changed

2 files changed

+38
-40
lines changed

articles/stream-analytics/blob-storage-azure-data-lake-gen2-output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: an-emma
55
ms.author: raan
66
ms.service: stream-analytics
77
ms.topic: conceptual
8-
ms.date: 10/12/2022
8+
ms.date: 02/27/2024
99
---
1010

1111
# Blob storage and Azure Data Lake Gen2 output from Azure Stream Analytics
@@ -26,7 +26,7 @@ The following table lists the property names and their descriptions for creating
2626
| Output alias | A friendly name used in queries to direct the query output to this blob storage. |
2727
| Storage account | The name of the storage account where you're sending your output. |
2828
| Storage account key | The secret key associated with the storage account. |
29-
| Container | A logical grouping for blobs stored in the Azure Blob service. When you upload a blob to the Blob service, you must specify a container for that blob. <br /><br /> Dynamic container name is optional. It supports one and only one dynamic {field} in the container name. The field must exist in the output data, and follow the [container name policy](/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata).<br /><br />The field data type must be `string`. To use multiple dynamic fields, or combine static text along with dynamic field, you can define it in the query with built-in string functions, like CONCAT, LTRIM, etc. |
29+
| Container | A logical grouping for blobs stored in the Azure Blob service. When you upload a blob to the Blob service, you must specify a container for that blob. <br /><br /> Dynamic container name is optional. It supports one and only one dynamic `{field}` in the container name. The field must exist in the output data, and follow the [container name policy](/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata).<br /><br />The field data type must be `string`. To use multiple dynamic fields, or combine static text along with dynamic field, you can define it in the query with built-in string functions, like CONCAT, LTRIM, etc. |
3030
| Event serialization format | Serialization format for output data. JSON, CSV, Avro, and Parquet are supported. Delta Lake is listed as an option here. The data is in Parquet format if Delta Lake is selected. Learn more about [Delta Lake](write-to-delta-lake.md) |
3131
| Delta path name | Required when Event serialization format is Delta Lake. The path that is used to write the delta lake table within the specified container. It includes the table name. [More details and examples.](write-to-delta-lake.md) |
3232
|Write Mode | Write mode controls the way Azure Stream Analytics writes to output file. Exactly once delivery only happens when write mode is Once. More information in the next section. |

0 commit comments

Comments
 (0)