Skip to content

Commit f2ac816

Browse files
committed
Update data-add.md
1 parent dec66d9 commit f2ac816

File tree

9 files changed

+26
-44
lines changed

9 files changed

+26
-44
lines changed

articles/ai-foundry/how-to/data-add.md

Lines changed: 26 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Data can help when you need these capabilities:
3434

3535
[!INCLUDE [hub-only-prereq](../includes/hub-only-prereq.md)]
3636

37-
## Create data
37+
## Adding new data
3838

3939
You are charged for the storage used by your data. To help estimate the cost, you can use the [Azure Pricing Calculator](https://azure.microsoft.com/pricing/calculator/). The data is stored in a container called `workspaceblobstore` in your project's Azure Storage account.
4040

@@ -43,81 +43,63 @@ When you create your data, you need to set the data type. Azure AI Foundry suppo
4343
|Type |**Canonical Scenarios**|
4444
|---------|---------|
4545
|**`file`**<br>Reference a single file | Read a single file on Azure Storage (the file can have any format). |
46-
|**`folder`**<br> Reference a folder | Read a folder of parquet/CSV files into Pandas/Spark.<br><br>Read unstructured data (for example: images, text, or audio) located in a folder. |
46+
|**`folder`**<br>Reference a folder | Read a folder of parquet/CSV files into Pandas/Spark.<br><br>Read unstructured data (for example: images, text, or audio) located in a folder. |
47+
|**`table`**<br>Reference a table | Read a table on Azure Storage. |
4748

4849
Azure AI Foundry shows the supported source paths. You can create a data from a folder or file:
4950

50-
- If you select **folder type**, you can choose the folder URL format. Azure AI Foundry shows the supported folder URL formats. You can create a data resource as shown:
51+
- If you select **Folder** for the data source **Type**, you can choose the folder URL format. Azure AI Foundry shows the supported folder URL formats. You can create a data resource as shown:
5152
:::image type="content" source="../media/data-add/studio-url-folder.png" alt-text="Screenshot of folder URL format.":::
5253

53-
- If you select **file type**, you can choose the file URL format. The supported file URL formats are shown in Azure AI Foundry portal. You can create a data resource as shown:
54+
- If you select **File** for the data source **Type**, you can choose the file URL format. The supported file URL formats are shown in Azure AI Foundry portal. You can create a data resource as shown:
5455
:::image type="content" source="../media/data-add/studio-url-file.png" alt-text="Screenshot of file URL format.":::
5556

56-
### Create data: File type
57+
- If you select **Table** for the data source **Type**, you can choose the table URL format. The supported file URL formats are shown in Azure AI Foundry portal. You can create a data resource as shown:
58+
:::image type="content" source="../media/data-add/studio-url-table.png" alt-text="Screenshot of table URL format.":::
5759

58-
A file (`uri_file`) data resource type points to a *single file* on storage (for example, a CSV file).
59-
60-
[!INCLUDE [tip-left-pane](../includes/tip-left-pane.md)]
60+
### Upload files and folders
6161

62-
These steps explain how to create a File typed data resource in the Azure AI Foundry portal:
63-
64-
1. Navigate to the [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs).
62+
You can upload files or folders directly to your workspace storage account by selecting **Upload files/folders** in the **Data source** field as shown:
6563

66-
1. Select the project where you want to create the data.
67-
68-
1. From the collapsible **My assets** menu on the left, select **Data + indexes**, then select **New data** as shown in this screenshot:
69-
70-
:::image type="content" source="../media/data-add/add-data.png" alt-text="Screenshot highlighting New Data in the Data tab.":::
64+
:::image type="content" source="../media/data-add/upload-file-folder.png" alt-text="This screenshot shows how to upload a file.":::
7165

72-
1. Choose your **Data source**. To choose a data source, you have two options.
73-
- You can select **Get data with storage URL** if you have a direct URL to a storage account or a public accessible HTTPS server.
74-
- You can select **Upload files/folders** to upload a folder from your local drive.
66+
When you upload files or folders, they are uploaded to the default `workspaceblobstore` connection. The files and folders are uploaded to the root of the storage container.
7567

76-
- **Get data with Storage URL**: You can choose the "File" as the **Type**, and then provide a URL based on the supported URL formats listed on that page, as shown in this screenshot:
77-
78-
:::image type="content" source="../media/data-add/file-url.png" alt-text="This screenshot shows the provisioning of a URL that points to a file.":::
68+
### Add file, folder, and table data from Azure Storage
7969

80-
- **Upload files/folders**: You can select **Upload files/folders**, select **Upload files**, and choose the local file to upload. The file uploads into the default "workspaceblobstore" connection.
81-
:::image type="content" source="../media/data-add/upload-file.png" alt-text="This screenshot shows how to upload a file.":::
70+
You can add file, folder, and table data from Azure Storage to your Azure AI Foundry workspace.
8271

83-
1. Select **Next** after you choose the data source.
72+
A file (`uri_file`) data resource type points to a *single file* on storage (for example, a CSV file).
8473

85-
1. Enter a custom name for your data, and then select **Create**.
74+
A Folder (`uri_folder`) data source type points to a *folder* on a storage resource (for example, a folder containing several subfolders of images).
8675

87-
:::image type="content" source="../media/data-add/data-add-finish.png" alt-text="This screenshot shows the naming step for the data source." lightbox="../media/data-connections/data-add-finish.png":::
76+
A Table ('uri_table') data source type points to a *table* on a storage resource (for example, a folder that contains tabular data).
8877

89-
### Create data: Folder type
78+
[!INCLUDE [tip-left-pane](../includes/tip-left-pane.md)]
9079

91-
A Folder (`uri_folder`) data source type points to a *folder* on a storage resource (for example, a folder containing several subfolders of images). Use these steps to create a Folder type data resource in Azure AI Foundry portal:
80+
These steps explain how to add an existing file, folder, or table data resource from Azure Storage to your hub based project workspace in the Azure AI Foundry portal:
9281

93-
1. Navigate to [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs)
82+
1. Navigate to the [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs).
9483

95-
1. Select the project where you want to create the data.
84+
1. Select the hub based project where you want to add the data.
9685

97-
1. From the collapsible **Components** menu on the left, select **Data**.
86+
1. From the collapsible **My assets** menu on the left, select **Data + indexes**, then select **New data** as shown in this screenshot:
9887

9988
:::image type="content" source="../media/data-add/add-data.png" alt-text="Screenshot highlighting New Data in the Data tab.":::
10089

101-
1. Choose your **Data source**. To choose a data source, you have two options.
102-
1. Select **Get data with Storage URL** if you have a direct URL to a storage account or a public accessible HTTPS server
103-
1. Select **Upload files/folders** to upload a folder from your local drive
104-
105-
- **Get data with Storage URL**: You can choose the **Type** as "Folder", and provide a URL based on the supported URL formats listed on that page.
106-
107-
:::image type="content" source="../media/data-add/folder-url.png" alt-text="This screenshot shows the step to provide a URL that points to a folder.":::
108-
109-
- **Upload files/folders**: You can select **Upload files/folders**, select **Upload folder**, and choose the local file to upload. The file resources upload into the default "workspaceblobstore" connection.
110-
111-
:::image type="content" source="../media/data-add/upload-folder.png" alt-text="This screenshot shows how to upload a folder.":::
90+
1. Select **Get data with storage URL** as your **Data source**.
91+
1. Then choose the *File*, *Folder*, or *Table* as the data **Type**, and then provide a URL based on the supported URL formats listed on that page.
11292

11393
1. Select **Next** after you choose the data source.
11494

11595
1. Enter a custom name for your data, and then select **Create**.
11696

117-
:::image type="content" source="../media/data-connections/data-add-finish.png" alt-text="Screenshot of naming the data." lightbox="../media/data-connections/data-add-finish.png":::
97+
:::image type="content" source="../media/data-add/data-add-finish.png" alt-text="This screenshot shows the naming step for the data source." lightbox="../media/data-connections/data-add-finish.png":::
11898

11999
## Manage data
120100

101+
After you add data to your hub based project, you can you can delete, archive, restore, tag, archive, and preview the data in the Azure AI Foundry.
102+
121103
### Delete data
122104

123105
> [!IMPORTANT]
-167 KB
Binary file not shown.
-72.9 KB
Binary file not shown.
-160 KB
Loading
-119 KB
Loading
53.6 KB
Loading
36.9 KB
Loading
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)