Skip to content

Commit 995af84

Browse files
authored
Merge pull request #271252 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 66a80d8 + 508c183 commit 995af84

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

articles/azure-vmware/architecture-stretched-clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Azure VMware Solution stretched clusters are available in the following regions:
5959

6060
- UK South (on AV36, and AV36P)
6161
- West Europe (on AV36, and AV36P)
62-
- Germany West Central (on AV36)
62+
- Germany West Central (on AV36, and AV36P)
6363
- Australia East (on AV36P)
6464

6565
## Storage policies supported

articles/stream-analytics/stream-analytics-define-inputs.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ If an Azure Stream Analytics job is started using *Now* at 13:00, and a blob is
136136

137137
To process the data as a stream using a timestamp in the event payload, you must use the [TIMESTAMP BY](/stream-analytics-query/stream-analytics-query-language-reference) keyword. A Stream Analytics job pulls data from Azure Blob storage or Azure Data Lake Storage Gen2 input every second if the blob file is available. If the blob file is unavailable, there's an exponential backoff with a maximum time delay of 90 seconds.
138138

139-
CSV-formatted inputs require a header row to define fields for the data set, and all header row fields must be unique.
140-
141139
> [!NOTE]
142140
> Stream Analytics does not support adding content to an existing blob file. Stream Analytics will view each file only once, and any changes that occur in the file after the job has read the data are not processed. Best practice is to upload all the data for a blob file at once and then add additional newer events to a different, new blob file.
143141
@@ -199,4 +197,4 @@ For more information, see [Stream data from Kafka into Azure Stream Analytics (P
199197
[stream.analytics.introduction]: stream-analytics-introduction.md
200198
[stream.analytics.get.started]: stream-analytics-real-time-fraud-detection.md
201199
[stream.analytics.query.language.reference]: /stream-analytics-query/stream-analytics-query-language-reference
202-
[stream.analytics.rest.api.reference]: /rest/api/streamanalytics/
200+
[stream.analytics.rest.api.reference]: /rest/api/streamanalytics/

0 commit comments

Comments
 (0)