Skip to content

Commit 40182ff

Browse files
authored
Update sql-database-stream-analytics.md
1 parent c8f1428 commit 40182ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sql-database/sql-database-stream-analytics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Stream data using Azure SQL Database's Stream analytics integration (preview) | Microsoft Docs
2+
title: Stream data by using Azure SQL Database Stream Analytics integration (preview) | Microsoft Docs
33
description: Use Azure Stream Analytics to stream data into an Azure SQL database.
44
services: sql-database
55
ms.service: sql-database
@@ -13,7 +13,7 @@ ms.reviewer: sstein
1313
ms.date: 11/04/2019
1414
---
1515

16-
# Stream data using Azure SQL Database's Stream analytics integration (preview)
16+
# Stream data by using Azure SQL Database Stream Analytics integration (preview)
1717

1818
Users can now ingest, process, view, and analyze real-time streaming data into a table directly from a SQL database in the Azure portal using [Azure Stream Analytics](../stream-analytics/stream-analytics-introduction.md). This experience enables a wide variety of scenarios such as connected car, remote monitoring, fraud detection, and many more. In the Azure portal, you can select an events source (Event Hub/IoT Hub), view incoming real-time events, and select a table to store events. You can also write Stream Analytics Query Language queries in the portal to transform incoming events and store them in the selected table. This new entry point is in addition to the creation and configuration experiences that already exist in Stream Analytics. This experience starts from the context of your database, enabling you to quickly set up a Stream Analytics job and navigate seamlessly between the Azure SQL Database and Stream Analytics experiences.
1919

0 commit comments

Comments
 (0)