Skip to content

Commit 59e7eb9

Browse files
committed
fixed link
1 parent 83a3a90 commit 59e7eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-explorer/spark-connector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ For more information on Azure Data Explorer principal roles, see [role-based aut
190190
191191
## Spark source: reading from Azure Data Explorer
192192
193-
1. When reading [small amounts of data](https://docs.microsoft.com/en-us/azure/kusto/concepts/querylimits), define the data query:
193+
1. When reading [small amounts of data](/azure/kusto/concepts/querylimits), define the data query:
194194
195195
```scala
196196
import com.microsoft.kusto.spark.datasource.KustoSourceOptions
@@ -219,7 +219,7 @@ For more information on Azure Data Explorer principal roles, see [role-based aut
219219
display(df2)
220220
```
221221
222-
1. Optional: If **you** provide the transient blob storage (and not Microsoft) for reading [large amounts of data](https://docs.microsoft.com/en-us/azure/kusto/concepts/querylimits), you must provide the storage container SAS key, or storage account name, account key, and container name.
222+
1. Optional: If **you** provide the transient blob storage (and not Microsoft) for reading [large amounts of data](/azure/kusto/concepts/querylimits), you must provide the storage container SAS key, or storage account name, account key, and container name.
223223
224224
```scala
225225
// Use either container/account-key/account name, or container SaS

0 commit comments

Comments
 (0)