Skip to content

Commit 33a1bfa

Browse files
authored
Update sql-data-warehouse-integrate-azure-stream-analytics.md
Acrolinx fixes
1 parent 619ab06 commit 33a1bfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-integrate-azure-stream-analytics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ In this article, you will learn how to use your dedicated SQL pool as an output
2222

2323
* Azure Stream Analytics Job - To create an Azure Stream Analytics job, follow the steps in the [Get started using Azure Stream Analytics](../../stream-analytics/stream-analytics-real-time-fraud-detection.md?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json) tutorial to:
2424

25-
1. Create an Event Hub input
26-
1. Configure and start event generator application. This app sends data from a client through your Event Hub. The JSON structure of the data looks as follows:
25+
1. Create an Event Hubs input
26+
1. Configure and start event generator application. This app sends data from a client through your Event Hubs. The JSON structure of the data looks as follows:
2727

2828
```json
2929
{
@@ -67,7 +67,7 @@ From the Azure portal, go to your Stream Analytics job and click on **Outputs**
6767

6868
### Step 2
6969

70-
Click on the **Add** button and choose **Azure Synapse Analytics** from the drop down menu.
70+
Click on the **Add** button and choose **Azure Synapse Analytics** from the drop-down menu.
7171

7272
![Choose Azure Synapse Analytics](./media/sql-data-warehouse-integrate-azure-stream-analytics/sql-pool-azure-stream-analytics-output.png)
7373

@@ -79,7 +79,7 @@ Enter the following values:
7979
* *Subscription*:
8080
* If your dedicated SQL pool is in the same subscription as the Stream Analytics job, click on ***Select Azure Synapse Analytics from your subscriptions***.
8181
* If your dedicated SQL pool is in a different subscription, click on Provide Azure Synapse Analytics settings manually.
82-
* *Database*: Select the destination database from the drop down list.
82+
* *Database*: Select the destination database from the drop-down list.
8383
* *User Name*: Specify the user name of an account that has write permissions for the database.
8484
* *Password*: Provide the password for the specified user account.
8585
* *Table*: Specify the name of the target table in the database.

0 commit comments

Comments
 (0)