Skip to content

Commit 13697fd

Browse files
committed
Review
1 parent 203266f commit 13697fd

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

articles/data-lake-analytics/data-lake-analytics-data-lake-tools-for-vscode-access-resource.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Accessing resources with Data Lake Tools
33
description: Learn how to use Azure Data Lake Tools for accessing Azure Data Lake Analytics resources.
44
ms.service: data-lake-analytics
5-
ms.reviewer: jasonh
5+
ms.reviewer: whhender
66
ms.topic: how-to
7-
ms.date: 02/09/2018
7+
ms.date: 01/23/2023
88
---
99

1010
# Accessing resources with Azure Data Lake Tools
@@ -148,7 +148,7 @@ Expand your Azure subscription. Under the **U-SQL Databases** node, you can brow
148148

149149
Expand **U-SQL Databases**. You can create a database, schema, table, table type, index, or statistic by right-clicking the corresponding node, and then selecting **Script to Create** on the shortcut menu. On the opened script page, edit the script according to your needs. Then submit the job by right-clicking it and selecting **ADL: Submit Job**.
150150

151-
After you finish creating the item, right-click the node and then select **Refresh** to show the item. You can also delete the item by right-clicking it and then selecting **Delete**.
151+
After you finish creating the item, right-click the node, and then select **Refresh** to show the item. You can also delete the item by right-clicking it and then selecting **Delete**.
152152

153153
!["Script to Create" command on the shortcut menu in the Data Lake explorer](./media/data-lake-analytics-data-lake-tools-for-vscode/data-lake-tools-for-vscode-code-explorer-script-create.png)
154154

@@ -196,7 +196,7 @@ Browse to Blob storage:
196196

197197
Data Lake Tools opens the Azure Storage path in the Azure portal. You can find the path and preview the file from the web.
198198

199-
## Additional features
199+
## More features
200200

201201
Data Lake Tools for VS Code supports the following features:
202202

@@ -215,8 +215,6 @@ Data Lake Tools for VS Code supports the following features:
215215

216216
- **IntelliSense autocomplete on Data Lake Analytics metadata**: Data Lake Tools downloads the Data Lake Analytics metadata information locally. The IntelliSense feature automatically populates objects from the Data Lake Analytics metadata. These objects include the database, schema, table, view, table-valued function, procedures, and C# assemblies.
217217

218-
![IntelliSense metadata](./media/data-lake-analytics-data-lake-tools-for-vscode/data-lake-tools-for-vscode-auto-complete-metastore.png)
219-
220218
- **IntelliSense error marker**: Data Lake Tools underlines editing errors for U-SQL and C#.
221219
- **Syntax highlights**: Data Lake Tools uses colors to differentiate items like variables, keywords, data types, and functions.
222220

0 commit comments

Comments
 (0)