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
In this article, you'll learn how to manage imported data assets from a life-cycle perspective. We learn how to modify or update auto delete settings on the data assets imported into a managed datastore (`workspacemanagedstore`) that Microsoft manages for the customer.
20
+
In this article, you learn how to manage imported data assets from a life-cycle perspective. You'll learn how to modify or update auto delete settings on the data assets imported into a managed datastore (`workspacemanagedstore`) that Microsoft manages for the customer.
20
21
21
22
> [!NOTE]
22
23
> Auto delete settings capability, or lifecycle management, is currently offered only through the imported data assets in managed datastore, also known as `workspacemanagedstore`.
@@ -59,27 +60,27 @@ These steps describe how to modify the auto delete settings of an imported data
59
60
60
61
1. Navigate to [Azure Machine Learning studio](https://ml.azure.com)
61
62
62
-
1. As shown in the next screenshot, under **Assets** in the left navigation, select **Data**. At the **Data assets** tab, select an imported data asset located in the **workspacemanageddatastore**
63
+
1. As shown in the next screenshot, under **Assets** in the left navigation, select **Data**. At the **Data assets** tab, select an imported data asset located in the **workspacemanageddatastore**.
63
64
64
65
:::image type="content" source="./media/how-to-manage-imported-data-assets/data-assets-list.png" lightbox="./media/how-to-manage-imported-data-assets/data-assets-list.png" alt-text="Screenshot highlighting the imported data asset name in workspace managed datastore in the Data assets tab.":::
65
66
66
67
1. As shown in the next screenshot, the details page of the data asset has an **Auto delete setting** property. This property is currently active on the data asset. Verify that you have the correct **Version:** of the data asset selected in the drop-down, and select the pencil icon to edit the property.
67
68
68
69
:::image type="content" source="./media/how-to-manage-imported-data-assets/data-assets-details.png" lightbox="./media/how-to-manage-imported-data-assets/data-assets-details.png" alt-text="Screenshot showing the edit of the auto delete setting.":::
69
70
70
-
1. To change the auto delete **Condition** setting, select **Created greater than**, and change **Value** to any numerical value. Then, select **Save** as shown in the next screenshot:
71
+
1. To change the auto delete **Condition** setting, select **Created greater than**, and change **Value** to any numeric value. Then, select **Save** as shown in this screenshot:
71
72
72
73
:::image type="content" source="./media/how-to-manage-imported-data-assets/edit-managed-data-asset-details.png" lightbox="./media/how-to-manage-imported-data-assets/edit-managed-data-asset-details.png" alt-text="Screenshot that shows the managed data asset auto delete settings choices.":::
73
74
74
75
> [!NOTE]
75
76
> At this time, the supported values range from 1 day to 3 years.
76
77
77
-
1. After a successful edit, you'll return to the data asset detail page. This page shows the updated values in **Auto delete settings** property box, as shown in the next screenshot:
78
+
1. After a successful edit, you'll return to the data asset detail page. That page shows the updated values in **Auto delete settings** property box, as shown in the next screenshot:
78
79
79
80
:::image type="content" source="./media/how-to-manage-imported-data-assets/new-managed-data-asset-details.png" lightbox="./media/how-to-manage-imported-data-assets/new-managed-data-asset-details.png" alt-text="Screenshot showing the managed data asset auto delete settings.":::
80
81
81
82
> [!NOTE]
82
-
> The auto delete setting is available only on imported data assets in a workspacemanaged datastore, as shown in the above screenshot.
83
+
> The auto delete setting is available only on imported data assets in a **workspacemanaged** datastore, as shown in the above screenshot.
83
84
84
85
---
85
86
@@ -118,7 +119,7 @@ These steps describe how to delete or clear the auto delete settings of an impor
118
119
119
120
:::image type="content" source="./media/how-to-manage-imported-data-assets/data-assets-list.png" lightbox="./media/how-to-manage-imported-data-assets/data-assets-list.png" alt-text="Screenshot highlighting the imported data asset name in workspace managed datastore in the Data assets tab.":::
120
121
121
-
1. As shown in the next screenshot, the details page of the data asset has an **Auto delete setting** property. This property is currently active on the data asset. Verify that you have the correct **Version:** of the data asset selected in the drop-down, and select the pencil icon to edit the property.
122
+
1. As shown in the next screenshot, the data asset details page has an **Auto delete setting** property. This property is currently active on the data asset. Verify that you have the correct **Version:** of the data asset selected in the drop-down, and select the pencil icon to edit the property.
122
123
123
124
:::image type="content" source="./media/how-to-manage-imported-data-assets/data-assets-details.png" lightbox="./media/how-to-manage-imported-data-assets/data-assets-details.png" alt-text="Screenshot showing the edit of the auto delete setting.":::
124
125
@@ -144,5 +145,5 @@ This Azure CLI code sample shows the data assets with certain conditions, or wit
144
145
## Next steps
145
146
146
147
-[Access data in a job](how-to-read-write-data-v2.md#access-data-in-a-job)
147
-
-[Working with tables in Azure Machine Learning](how-to-mltable.md)
148
-
-[Access data from Azure cloud storage during interactive development](how-to-access-data-interactive.md)
148
+
-[Access data from Azure cloud storage during interactive development](./how-to-access-data-interactive.md)
149
+
-[Working with tables in Azure Machine Learning](./how-to-mltable.md)
0 commit comments