Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 875e7b7

Browse files
committed
updated known issues list
1 parent b5698ee commit 875e7b7

2 files changed

Lines changed: 16 additions & 7 deletions

File tree

docs/azure-data-studio/extensions/kusto-extension.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,25 @@ The [SandDance extension](https://docs.microsoft.com/sql/azure-data-studio/sandd
121121

122122
:::image type="content" source="media/kusto-extension/kusto-extension-sanddance-demo.gif" alt-text="SandDance visualization":::
123123

124-
## Limitations and considerations
125-
124+
126125
- You must choose a database for your Azure Data Explorer cluster before running a Kusto query.
127126
- If you leave your Azure Data Explorer cluster idle for too long, it can disconnect.
128127
- Workaround: Disconnect from the cluster and reconnect.
129128

129+
## Known issues
130+
131+
| Details | Workaround |
132+
|---------|------------|
133+
| SELECT TOP 1000 instead of TAKE 10. | N/A |
134+
| [Kusto connection in Connection Viewlet keeps spinning after reload](https://github.com/microsoft/azuredatastudio/issues/12475). | N/A |
135+
| [After a period of inactivity, unable to reconnect automatically](https://github.com/microsoft/azuredatastudio/issues/11830). | Disconnect and reconnect to the Azure Data Explorer cluster. |
136+
| [After a period of inactivity, unable to reconnect automatically](https://github.com/microsoft/azuredatastudio/issues/11824). | Disconnect and reconnect to the Azure Data Explorer cluster. |
137+
| [Manage Cluster should bring up Cluster dashboard instead of database](https://github.com/microsoft/azuredatastudio/issues/12549) | N/A |
138+
130139
## Next steps
131140

132141
- [Create and run a Kusto notebook](../notebooks/notebooks-kusto-kernel.md)
133-
- [Kqlmagic notebook in Azure Data Studio](../notebooks-kqlmagic.md)
142+
- [Kqlmagic notebook in Azure Data Studio](../notebooks/notebooks-kqlmagic.md)
134143
- [SQL to Kusto cheat sheet](https://docs.microsoft.com/azure/data-explorer/kusto/query/sqlcheatsheet)
135144
- [What is Azure Data Explorer?](https://docs.microsoft.com/azure/data-explorer/data-explorer-overview)
136145
- [Using SandDance visualizations](https://sanddance.js.org/)

docs/azure-data-studio/notebooks/notebooks-kusto-kernel.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ If you run a script that returns a result, you can save that result in different
9999

100100
:::image type="content" source="media/notebooks-kusto-kernel/run-notebook-save-results.png" alt-text="Save result":::
101101

102-
## Limitations and considerations
102+
## Known issues
103103

104-
- You must choose a database for your Azure Data Explorer cluster before running a Kusto query.
105-
- If you leave your Azure Data Explorer cluster idle for too long, it can disconnect.
106-
- Workaround: Disconnect from the cluster and reconnect.
104+
| Details | Workaround |
105+
|---------|------------|
106+
| [Kusto notebook doen't return any rows](https://github.com/microsoft/azuredatastudio/issues/12565). | N/A |
107107

108108
## Next steps
109109

0 commit comments

Comments
 (0)