Skip to content

Commit a152251

Browse files
Merge pull request #234360 from Naveenommi-MSFT/patch-36
(AzureCXP) fixes MicrosoftDocs/azure-docs#107904
2 parents d05c51f + 4003f42 commit a152251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/stream-analytics/geospatial-scenarios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ SELECT count(*) as NumberOfRequests, RegionsRefDataInput.RegionName
107107
FROM UserRequestStreamDataInput
108108
JOIN RegionsRefDataInput
109109
ON st_within(UserRequestStreamDataInput.FromLocation, RegionsRefDataInput.Geofence) = 1
110-
GROUP BY RegionsRefDataInput.RegionName, hoppingwindow(minute, 1, 15)
110+
GROUP BY RegionsRefDataInput.RegionName, hoppingwindow(minute, 15, 1)
111111
```
112112

113113
This query outputs a count of requests every minute for the last 15 minutes by each region within the city. This information can be displayed easily by Power BI dashboard, or can be broadcasted to all drivers as SMS text messages through integration with services like Azure functions.
@@ -120,4 +120,4 @@ The image below illustrates the output of the query to Power BI dashboard.
120120
## Next steps
121121

122122
* [Introduction to Stream Analytics geospatial functions](stream-analytics-geospatial-functions.md)
123-
* [GeoSpatial Functions (Azure Stream Analytics)](/stream-analytics-query/geospatial-functions)
123+
* [GeoSpatial Functions (Azure Stream Analytics)](/stream-analytics-query/geospatial-functions)

0 commit comments

Comments
 (0)