Skip to content

Commit 937931b

Browse files
committed
updating readme
1 parent cb8ba4a commit 937931b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ PowerShell Module for Azure Data Explorer management, query and ingestion
1616

1717
PowerShellKusto is an abstraction over [`Microsoft.Azure.Kusto.Data`][kustodata] and [`Microsoft.Azure.Kusto.Ingest`][kustoingest], to simplify the process of Azure Data Explorer management, query and ingestion. The cmdlet currently has the following cmdlets and more will be added in the future. If you'd like to see a cmdlet for a specific task, please sumbit a [new Issue][newissue]!
1818

19-
- `Connect-Kusto`: This cmdlet is the main entry point for the cmdlets in this module and it's used to establish a connection with your Azure Data Explorer Cluster.
19+
#### `Connect-Kusto`
20+
21+
This cmdlet is the main entry point for the cmdlets in this module and it's used to establish a connection with your Azure Data Explorer Cluster.
22+
23+
2024
- `Invoke-KustoControlCommand`:
2125
- `Invoke-KustoIngestFromStorage`:
2226
- `Invoke-KustoIngestFromStream`:
@@ -29,7 +33,7 @@ PowerShellKusto is an abstraction over [`Microsoft.Azure.Kusto.Data`][kustodata]
2933

3034
## Documentation
3135

32-
Check out [__the docs__](./docs/en-US/Use-Object.md) for information about how to use this Module.
36+
Check out [__the docs__](./docs/en-US/) for information about how to use this Module.
3337

3438
## Installation
3539

0 commit comments

Comments
 (0)