|
| 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). |
0 commit comments