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
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/data-add.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.custom:
9
9
- build-2024
10
10
- ignite-2024
11
11
ms.topic: how-to
12
-
ms.date: 10/25/2024
12
+
ms.date: 02/11/2025
13
13
ms.author: franksolomon
14
14
author: fbsolo-ms1
15
15
---
@@ -25,7 +25,7 @@ Data can help when you need these capabilities:
25
25
> [!div class="checklist"]
26
26
> -**Versioning:** Data versioning is supported.
27
27
> -**Reproducibility:** Once you create a data version, it is *immutable*. It cannot be modified or deleted. Therefore, jobs or prompt flow pipelines that consume the data can be reproduced.
28
-
> -**Auditability:** Because the data version is immutable, you can track the asset versions, who updated a version, and when the version updates occurred.
28
+
> -**Auditability:** Because the data version is immutable, you can track the asset versions, who updated a version, and the date of each version update.
29
29
> -**Lineage:** For any given data, you can view which jobs or prompt flow pipelines consume the data.
30
30
> -**Ease-of-use:** An Azure AI Foundry data resembles web browser bookmarks (favorites). Instead of remembering long storage paths that *reference* your frequently-used data on Azure Storage, you can create a data *version* and then access that version of the asset with a friendly name.
31
31
@@ -57,9 +57,9 @@ Azure AI Foundry shows the supported source paths. You can create a data from a
57
57
58
58
A file (`uri_file`) data resource type points to a *single file* on storage (for example, a CSV file).
59
59
60
-
These steps explain how to create a File typed data in Azure AI Foundry portal:
60
+
These steps explain how to create a File typed data resource in the Azure AI Foundry portal:
61
61
62
-
1. Navigate to [Azure AI Foundry](https://ai.azure.com/).
62
+
1. Navigate to the [Azure AI Foundry](https://ai.azure.com/).
63
63
64
64
1. Select the project where you want to create the data.
65
65
@@ -119,13 +119,13 @@ A Folder (`uri_folder`) data source type points to a *folder* on a storage resou
119
119
### Delete data
120
120
121
121
> [!IMPORTANT]
122
-
> Data deletion is not supported. Data is immutable in Azure AI Foundry portal. Once you create a data version, it can't be modified or deleted. This immutability provides a level of protection when working in a team that creates production workloads.
122
+
> Data deletion isn't supported. Data is immutable in Azure AI Foundry portal. Once you create a data version, it can't be modified or deleted. This immutability provides a level of protection when working in a team that creates production workloads.
123
123
124
124
If Azure AI Foundry allowed data deletion, it would have the following adverse effects:
125
-
- Production jobs that consume data that is later deleted would fail.
126
-
- Machine learning experiment reproduction would become more difficult.
127
-
- Job lineage would break, because it would become impossible to view the deleted data version.
128
-
- You could no longer track and audit correctly, since versions could be missing.
125
+
- Production jobs that consume data that is later deleted would fail
126
+
- Machine learning experiment reproduction would become more difficult
127
+
- Job lineage would break, because it would become impossible to view the deleted data version
128
+
- You could no longer correctly track and audit, since versions could be missing
129
129
130
130
When a data resource is erroneously created - for example, with an incorrect name, type or path - Azure AI offers solutions to handle the situation without the negative consequences of deletion:
131
131
@@ -163,7 +163,7 @@ At this time, Azure AI Foundry doesn't support restoration of *all versions* of
163
163
#### Restore a specific data version
164
164
165
165
> [!IMPORTANT]
166
-
> If all data versions were archived, you cannot restore individual versions of the data - you must restore all versions.
166
+
> If all data versions were archived, you can't restore individual versions of the data - you must restore all versions.
167
167
168
168
Currently, Azure AI Foundry doesn't support restoration of a specific data version.
169
169
@@ -172,17 +172,17 @@ Currently, Azure AI Foundry doesn't support restoration of a specific data versi
172
172
Data tagging is extra metadata applied to the data in the form of a key-value pair. Data tagging offers many benefits:
173
173
174
174
- Data quality description. For example, if your organization uses a *medallion lakehouse architecture*, you can tag assets with `medallion:bronze` (raw), `medallion:silver` (validated) and `medallion:gold` (enriched).
175
-
-Provides efficient data searching and filtering, to help data discovery.
176
-
-Helps identify sensitive personal data, to properly manage and govern data access. For example, `sensitivity:PII`/`sensitivity:nonPII`.
177
-
-Identify whether data is approved, from a responsible AI (RAI) audit. For example, `RAI_audit:approved`/`RAI_audit:todo`.
175
+
-It provides efficient data searching and filtering, to help data discovery.
176
+
-It helps identify sensitive personal data, to properly manage and govern data access. For example, `sensitivity:PII`/`sensitivity:nonPII`.
177
+
-It identifies whether or not data is approved, from a responsible AI (RAI) audit. For example, `RAI_audit:approved`/`RAI_audit:todo`.
178
178
179
179
You can add tags to existing data.
180
180
181
181
### Data preview
182
182
183
-
You can browse the folder structure and preview the file in the Data details page. We support data preview for the following types:
184
-
- Data file types that are supported via preview API: ".tsv", ".csv", ".parquet", ".jsonl".
185
-
-Other file types, Azure AI Foundry portal attempts to preview the file in the browser natively. The supported file types might depend on the browser itself.
183
+
In the Data details page, you can browse the folder structure and preview the file. We support data preview for these types:
184
+
- Data file types that are supported via the preview API: ".tsv", ".csv", ".parquet", ".jsonl".
185
+
-For other file types, Azure AI Foundry portal tries to natively preview the file in the browser. The supported file types might depend on the browser itself.
186
186
Normally for images, these file image types are supported: ".png", ".jpg", ".gif". Normally, these file types are supported: ".ipynb", ".py", ".yml", ".html".
0 commit comments