Skip to content

Commit 9034048

Browse files
authored
Fix link to ingest StormEvents table.
Fixes issue https://github.com/MicrosoftDocs/azure-docs/issues/98945 ------- cc: @shsagir
1 parent 6caf9b4 commit 9034048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/get-started-analyze-data-explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ In this article, you'll learn the basic steps to load and analyze data with Data
6363
1. Paste in the following command, and select **Run** to ingest data into StormEvents table.
6464
6565
```Kusto
66-
.ingest into table StormEvents 'https://kustosamplefiles.blob.core.windows.net/samplefiles/StormEvents.csv?sv=2019-12-12&ss=b&srt=o&sp=r&se=2022-09-05T02:23:52Z&st=2020-09-04T18:23:52Z&spr=https&sig=VrOfQMT1gUrHltJ8uhjYcCequEcfhjyyMX%2FSc3xsCy4%3D' with (ignoreFirstRecord=true)
66+
.ingest into table StormEvents 'https://kustosamples.blob.core.windows.net/samplefiles/StormEvents.csv' with (ignoreFirstRecord=true)
6767
```
6868
6969
1. After ingestion completes, paste in the following query, select the query in the window, and select **Run**.

0 commit comments

Comments
 (0)