You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The tool has the following known limitations:
18
18
19
19
Kusto Copy is a command line interface (CLI) tool.
20
20
21
-
You can find the binary executable [here](releases) for Linux, Windows & Mac.
21
+
You can find the binary executable [here](https://github.com/Azure/kusto-copy/releases) for Linux, Windows & Mac.
22
22
23
23
Here is an example of usage:
24
24
@@ -77,4 +77,4 @@ A popular authentication alternative is to use a service principal. The connect
77
77
Data Source={serviceUri};Database=NetDefaultDB;Fed=True;AppClientId={applicationClientId};AppKey={applicationKey};Authority Id={authority}
78
78
```
79
79
80
-
Look at [Kusto Connection strings](https://learn.microsoft.com/en-us/azure/data-explorer/kusto/api/connection-strings/kusto) for more details / alternatives.
80
+
Look at [Kusto Connection strings](https://learn.microsoft.com/en-us/azure/data-explorer/kusto/api/connection-strings/kusto) for more details / alternatives.
0 commit comments