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
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.
40
40
@@ -43,81 +43,63 @@ When you create your data, you need to set the data type. Azure AI Foundry suppo
43
43
|Type |**Canonical Scenarios**|
44
44
|---------|---------|
45
45
|**`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. |
47
48
48
49
Azure AI Foundry shows the supported source paths. You can create a data from a folder or file:
49
50
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:
51
52
:::image type="content" source="../media/data-add/studio-url-folder.png" alt-text="Screenshot of folder URL format.":::
52
53
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:
54
55
:::image type="content" source="../media/data-add/studio-url-file.png" alt-text="Screenshot of file URL format.":::
55
56
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.":::
57
59
58
-
A file (`uri_file`) data resource type points to a *single file* on storage (for example, a CSV file).
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:
65
63
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.":::
71
65
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.
75
67
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
79
69
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.
82
71
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).
84
73
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).
86
75
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).
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:
92
81
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).
94
83
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.
96
85
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:
98
87
99
88
:::image type="content" source="../media/data-add/add-data.png" alt-text="Screenshot highlighting New Data in the Data tab.":::
100
89
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.
112
92
113
93
1. Select **Next** after you choose the data source.
114
94
115
95
1. Enter a custom name for your data, and then select **Create**.
116
96
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":::
118
98
119
99
## Manage data
120
100
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.
0 commit comments