Skip to content

Commit bd6dd28

Browse files
authored
public repo - remove locales from links
1 parent 66de4c6 commit bd6dd28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/stream-analytics/stream-analytics-parsing-json.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The result is:
142142
|12345|CustomSensor02|99|
143143
|12345|SensorMetadata|[object Object]|
144144

145-
Using [WITH](https://docs.microsoft.com/en-us/stream-analytics-query/with-azure-stream-analytics), it's then possible to route those events to different destinations:
145+
Using [WITH](https://docs.microsoft.com/stream-analytics-query/with-azure-stream-analytics), it's then possible to route those events to different destinations:
146146

147147
```SQL
148148
WITH Stage0 AS
@@ -257,7 +257,7 @@ The result is:
257257
|12345|Manufacturer|ABC|
258258
|12345|Version|1.2.45|
259259

260-
Using [WITH](https://docs.microsoft.com/en-us/stream-analytics-query/with-azure-stream-analytics), if necessary it's then possible to [join](https://docs.microsoft.com/en-us/stream-analytics-query/join-azure-stream-analytics) those fields in the main query (since this is not a join on reference data, it needs a [time boundary](https://docs.microsoft.com/en-us/stream-analytics-query/join-azure-stream-analytics#BKMK_DateDiff) that prevents duplication).
260+
Using [WITH](https://docs.microsoft.com/stream-analytics-query/with-azure-stream-analytics), if necessary it's then possible to [join](https://docs.microsoft.com/stream-analytics-query/join-azure-stream-analytics) those fields in the main query (since this is not a join on reference data, it needs a [time boundary](https://docs.microsoft.com/stream-analytics-query/join-azure-stream-analytics#BKMK_DateDiff) that prevents duplication).
261261

262262
```SQL
263263
WITH DynamicCTE AS (

0 commit comments

Comments
 (0)