You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-sql-edge/stream-data.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.topic: conceptual
8
8
author: rothja
9
9
ms.author: jroth
10
10
ms.reviewer: jroth
11
-
ms.date: 05/19/2020
11
+
ms.date: 07/08/2022
12
12
---
13
13
14
14
# Data streaming in Azure SQL Edge
@@ -26,7 +26,7 @@ T-SQL streaming can help you:
26
26
27
27
## How does T-SQL streaming work?
28
28
29
-
T-SQL streaming works in exactly the same manner as [Azure Stream Analytics](../stream-analytics/stream-analytics-introduction.md#how-does-stream-analytics-work). For example, it uses the concept of streaming *jobs* for processing of real-time data streaming.
29
+
T-SQL streaming works in exactly the same manner as [Azure Stream Analytics](../stream-analytics/stream-analytics-introduction.md). For example, it uses the concept of streaming *jobs* for processing of real-time data streaming.
30
30
31
31
A stream analytics job consists of:
32
32
@@ -59,4 +59,4 @@ The following limitations and restrictions apply to T-SQL streaming.
59
59
60
60
-[Create a Stream Analytics job in Azure SQL Edge ](create-stream-analytics-job.md)
61
61
-[Viewing metadata associated with stream jobs in Azure SQL Edge ](streaming-catalog-views.md)
0 commit comments