Skip to content

Commit a6d9e3a

Browse files
committed
Edit cleanup include
1 parent ad4a9d6 commit a6d9e3a

File tree

4 files changed

+9
-16
lines changed

4 files changed

+9
-16
lines changed

articles/machine-learning/includes/aml-ui-cleanup.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,22 @@ ms.date: 11/06/2019
1717

1818
If you don't plan to use anything that you created, delete the entire resource group so you don't incur any charges.
1919

20-
1. In the Azure portal, select **Resource groups** on the left side of the window.
20+
1. In the [Azure portal](https://portal.azure.com), select **Resource groups** under **Azure services**.
2121

22-
![Delete resource group in the Azure portal](./media/aml-ui-cleanup/delete-resources.png)
23-
24-
1. In the list, select the resource group that you created.
22+
1. Select the resource group that you created.
2523

2624
1. Select **Delete resource group**.
2725

28-
Deleting the resource group also deletes all resources that you created in the designer.
26+
:::image type="content" source="./media/aml-ui-cleanup/delete-resources.png" alt-text="Screenshot that shows the button to delete resource group in the Azure portal.":::
27+
28+
Deleting the resource group also deletes all resources that you created in the designer.
2929

3030
### Delete individual assets
3131

3232
In the designer where you created your experiment, delete individual assets by selecting them and then selecting the **Delete** button.
3333

3434
The compute target that you created here *automatically autoscales* to zero nodes when it's not being used. This action is taken to minimize charges. If you want to delete the compute target, take these steps:
3535

36-
![Delete assets](./media/aml-ui-cleanup/delete-asset.png)
37-
38-
You can unregister datasets from your workspace by selecting each dataset and selecting **Unregister**.
39-
40-
![Unregister dataset](./media/aml-ui-cleanup/unregister-dataset1225.png)
36+
:::image type="content" source="./media/aml-ui-cleanup/delete-asset.png" alt-text="Screenshot that shows how to delete assets.":::
4137

4238
To delete a dataset, go to the storage account by using the Azure portal or Azure Storage Explorer and manually delete those assets.
43-
44-
-57.7 KB
Loading
-87.1 KB
Loading

articles/machine-learning/v1/samples-designer.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: sample
99
ms.reviewer: lgayhardt
1010
author: likebupt
1111
ms.author: keli19
12-
ms.date: 06/05/2025
12+
ms.date: 06/25/2025
1313
ms.custom: UpdateFrequency5, designer
1414
---
1515

@@ -39,7 +39,7 @@ Here's how to use a designer sample:
3939

4040
1. Select **Create a new pipeline using classic prebuilt components** to create a new pipeline.
4141

42-
1. To the left of the pipeline canvas, select the **Component** tab for a complete list of sample pipelines in various categories.
42+
1. Select **Show more samples** for a complete list of samples.
4343

4444
1. To run a pipeline, you first need to set a default compute target to run the pipeline on.
4545

@@ -49,7 +49,7 @@ Here's how to use a designer sample:
4949

5050
1. Select **Configure & Submit** at the top of the canvas to submit a pipeline job.
5151

52-
Depending on the sample pipeline and compute settings, jobs might take some time to complete. The default compute settings have a minimum node size of 0, which means that the designer must allocate resources after being idle. Repeated pipeline jobs take less time since the compute resources are already allocated. Additionally, the designer uses cached results for each component to further improve efficiency.
52+
Depending on the sample pipeline and compute settings, jobs might take a while to complete. The default compute settings have a minimum node size of 0, which means that the designer must allocate resources after being idle. Repeated pipeline jobs take less time since the compute resources are already allocated. Additionally, the designer uses cached results for each component to further improve efficiency.
5353

5454
1. After the pipeline finishes running, you can review the pipeline and view the output for each component to learn more. Use the following steps to view component outputs:
5555

@@ -140,4 +140,3 @@ To the left of the pipeline canvas, in the **Component** tab, expand the **Sampl
140140
## Related content
141141

142142
Learn the fundamentals of predictive analytics and machine learning with [Tutorial: Designer - train a no-code regression model](tutorial-designer-automobile-price-train-score.md)
143-

0 commit comments

Comments
 (0)