Skip to content

Commit 7b6e4a0

Browse files
Merge pull request #220907 from an-emma/patch-10
removed region availability
2 parents 3e0004b + 1c32742 commit 7b6e4a0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Blob storage and Azure Data Lake Gen2 output from Azure Stream Analytics
33
description: This article describes blob storage and Azure Data Lake Gen 2 as output for Azure Stream Analytics.
4-
author: enkrumah
5-
ms.author: ebnkruma
4+
author: an-emma
5+
ms.author: raan
66
ms.service: stream-analytics
77
ms.custom: ignite-2022
88
ms.topic: conceptual
@@ -68,10 +68,6 @@ To receive exactly once delivery for your Blob storage or ADLS Gen2 account, you
6868
* Path Pattern becomes a required property, and must contain both{date} and {time}. No dynamic custom {field} name is allowed. Learn more about [custom path pattern](stream-analytics-custom-path-patterns-blob-storage-output.md).
6969
* If the job is started at a **custom time** before or after the last output time, there's risk of file being overwritten. For example, when the **time format** is HH, the file is generated every hour. If you stop the job at 8:15am, and restart the job at 8:30am, the file generated between 8am to 9am will only cover data from 8:30am to 9am. The data from 8am to 8:15am will be lost as it's overwritten.
7070

71-
### Regions Availability
72-
73-
The feature is currently supported in West Central US, Japan East, Canada Central, Korea Central, North Europe, and South India.
74-
7571
## Blob output files
7672

7773
When you're using Blob storage as output, a new file is created in the blob in the following cases:

0 commit comments

Comments
 (0)