Skip to content

Commit 6a7a42c

Browse files
authored
Merge pull request #199293 from sidramadoss/patch-122
Update event-hubs-parquet-capture-tutorial.md
2 parents a82269d + f720011 commit 6a7a42c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/stream-analytics/event-hubs-parquet-capture-tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sidramadoss
55
ms.author: sidram
66
ms.service: stream-analytics
77
ms.topic: how-to
8-
ms.date: 05/23/2022
8+
ms.date: 05/25/2022
99
ms.custom: seodec18
1010
---
1111

@@ -78,8 +78,8 @@ Before you start, make sure you've completed the following steps:
7878

7979
### Query using Azure Synapse Serverless SQL
8080
1. In the **Develop** hub, create a new **SQL script**.
81-
2. Paste the following script and **Run** it using the **Built-in** serverless SQL endpoint. Replace *container* and *adlsname* with the name of the container and ADLS Gen2 account used in the previous step.
82-
``SQL
81+
2. Paste the following script and **Run** it using the **Built-in** serverless SQL endpoint. Replace *container* and *adlsname* with the name of the container and ADLS Gen2 account used in the previous step.
82+
```SQL
8383
SELECT
8484
TOP 100 *
8585
FROM

0 commit comments

Comments
 (0)