Skip to content

Commit 72ff590

Browse files
Merge pull request #2873 from fbsolo-ms1/freshness-updates
Freshness update for data-add.md . . .
2 parents 6076d67 + 8749dff commit 72ff590

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- build-2024
1010
- ignite-2024
1111
ms.topic: how-to
12-
ms.date: 10/25/2024
12+
ms.date: 02/11/2025
1313
ms.author: franksolomon
1414
author: fbsolo-ms1
1515
---
@@ -25,7 +25,7 @@ Data can help when you need these capabilities:
2525
> [!div class="checklist"]
2626
> - **Versioning:** Data versioning is supported.
2727
> - **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.
2929
> - **Lineage:** For any given data, you can view which jobs or prompt flow pipelines consume the data.
3030
> - **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.
3131
@@ -57,9 +57,9 @@ Azure AI Foundry shows the supported source paths. You can create a data from a
5757

5858
A file (`uri_file`) data resource type points to a *single file* on storage (for example, a CSV file).
5959

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:
6161

62-
1. Navigate to [Azure AI Foundry](https://ai.azure.com/).
62+
1. Navigate to the [Azure AI Foundry](https://ai.azure.com/).
6363

6464
1. Select the project where you want to create the data.
6565

@@ -119,13 +119,13 @@ A Folder (`uri_folder`) data source type points to a *folder* on a storage resou
119119
### Delete data
120120

121121
> [!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.
123123
124124
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
129129

130130
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:
131131

@@ -163,7 +163,7 @@ At this time, Azure AI Foundry doesn't support restoration of *all versions* of
163163
#### Restore a specific data version
164164

165165
> [!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.
167167
168168
Currently, Azure AI Foundry doesn't support restoration of a specific data version.
169169

@@ -172,17 +172,17 @@ Currently, Azure AI Foundry doesn't support restoration of a specific data versi
172172
Data tagging is extra metadata applied to the data in the form of a key-value pair. Data tagging offers many benefits:
173173

174174
- 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`.
178178

179179
You can add tags to existing data.
180180

181181
### Data preview
182182

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.
186186
Normally for images, these file image types are supported: ".png", ".jpg", ".gif". Normally, these file types are supported: ".ipynb", ".py", ".yml", ".html".
187187

188188
## Next steps

0 commit comments

Comments
 (0)