Skip to content

Commit eb7b568

Browse files
Merge pull request #216388 from Blackmist/export-delete-data
adding v2 version
2 parents 83d935b + 8331492 commit eb7b568

File tree

7 files changed

+69
-7
lines changed

7 files changed

+69
-7
lines changed

articles/machine-learning/.openpublishing.redirection.machine-learning.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1475,11 +1475,6 @@
14751475
"redirect_url": "/python/api/azureml-core/azureml.core.dataset.dataset",
14761476
"redirect_document_id": false
14771477
},
1478-
{
1479-
"source_path_from_root": "/articles/machine-learning/how-to-export-delete-data.md",
1480-
"redirect_url": "/azure/machine-learning/v1/how-to-export-delete-data",
1481-
"redirect_document_id": true
1482-
},
14831478
{
14841479
"source_path_from_root": "/articles/machine-learning/service/how-to-enable-virtual-network.md",
14851480
"redirect_url": "/azure/machine-learning/how-to-enable-virtual-network",
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
title: Export or delete workspace data
3+
titleSuffix: Azure Machine Learning
4+
description: Learn how to export or delete your workspace with the Azure Machine Learning studio.
5+
services: machine-learning
6+
ms.service: machine-learning
7+
ms.subservice: mldata
8+
author: lgayhardt
9+
ms.author: lagayhar
10+
ms.date: 10/21/2021
11+
ms.topic: how-to
12+
13+
---
14+
15+
16+
# Export or delete your Machine Learning service workspace data
17+
18+
In Azure Machine Learning, you can export or delete your workspace data using either the portal's graphical interface or the Python SDK. This article describes both options.
19+
20+
[!INCLUDE [GDPR-related guidance](../../includes/gdpr-dsr-and-stp-note.md)]
21+
22+
[!INCLUDE [GDPR-related guidance](../../includes/gdpr-intro-sentence.md)]
23+
24+
## Control your workspace data
25+
26+
In-product data stored by Azure Machine Learning is available for export and deletion. You can export and delete using Azure Machine Learning studio, CLI, and SDK. Telemetry data can be accessed through the Azure Privacy portal.
27+
28+
In Azure Machine Learning, personal data consists of user information in job history documents.
29+
30+
## Delete high-level resources using the portal
31+
32+
When you create a workspace, Azure creates several resources within the resource group:
33+
34+
- The workspace itself
35+
- A storage account
36+
- A container registry
37+
- An Applications Insights instance
38+
- A key vault
39+
40+
These resources can be deleted by selecting them from the list and choosing **Delete**
41+
42+
:::image type="content" source="media/how-to-export-delete-data/delete-resource-group-resources.png" alt-text="Screenshot of portal, with delete icon highlighted.":::
43+
44+
Job history documents, which may contain personal user information, are stored in the storage account in blob storage, in subfolders of `/azureml`. You can download and delete the data from the portal.
45+
46+
:::image type="content" source="media/how-to-export-delete-data/storage-account-folders.png" alt-text="Screenshot of azureml directory in storage account, within the portal.":::
47+
48+
## Export and delete machine learning resources using Azure Machine Learning studio
49+
50+
Azure Machine Learning studio provides a unified view of your machine learning resources, such as notebooks, data assets, models, and jobs. Azure Machine Learning studio emphasizes preserving a record of your data and experiments. Computational resources such as pipelines and compute resources can be deleted using the browser. For these resources, navigate to the resource in question and choose **Delete**.
51+
52+
Data assets can be unregistered and jobs can be archived, but these operations don't delete the data. To entirely remove the data, data assets and job data must be deleted at the storage level. Deleting at the storage level is done using the portal, as described previously. An individual Job can be deleted directly in studio. Deleting a Job deletes the Job's data.
53+
54+
You can download training artifacts from experimental jobs using the Studio. Choose the **Job** in which you're interested. Choose **Output + logs** and navigate to the specific artifacts you wish to download. Choose **...** and **Download** or select **Download all**.
55+
56+
You can download a registered model by navigating to the **Model** and choosing **Download**.
57+
58+
:::image type="contents" source="media/how-to-export-delete-data/model-download.png" alt-text="Screenshot of studio model page with download option highlighted.":::
59+
60+
## Next steps
61+
62+
Learn more about [Managing a workspace](how-to-manage-workspace.md).
163 KB
Loading
7.96 KB
Loading
63 KB
Loading

articles/machine-learning/toc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,11 @@
212212
href: concept-data.md
213213
- name: Sourcing human data responsibly
214214
href: concept-sourcing-human-data.md
215+
- name: Compliance
216+
items:
217+
- name: Export and delete data
218+
displayName: GDPR
219+
href: how-to-export-delete-data.md
215220
- name: Security
216221
items:
217222
- name: Enterprise security overview

articles/machine-learning/v1/how-to-export-delete-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Export or delete workspace data
2+
title: Export or delete workspace data (v1)
33
titleSuffix: Azure Machine Learning
44
description: Learn how to export or delete your workspace with the Azure Machine Learning studio, CLI, SDK, and authenticated REST APIs.
55
services: machine-learning
@@ -13,7 +13,7 @@ ms.topic: how-to
1313
---
1414

1515

16-
# Export or delete your Machine Learning service workspace data
16+
# Export or delete your Machine Learning service workspace data (v1)
1717

1818
In Azure Machine Learning, you can export or delete your workspace data using either the portal's graphical interface or the Python SDK. This article describes both options.
1919

0 commit comments

Comments
 (0)