Skip to content

Commit 99fcd8d

Browse files
authored
Merge pull request #48179 from j-martens/master
AML: fixing issues in https://github.com/MicrosoftDocs/azure-docs-pr/…
2 parents 415e4d3 + 4641d86 commit 99fcd8d

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

includes/aml-delete-resource-group.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,23 @@ ms.author: jmartens
88
manager: cgronlund
99
ms.custom: "include file"
1010
ms.topic: "include"
11-
ms.date: 02/28/2018
11+
ms.date: 07/27/2018
1212
---
1313

14-
If you're not going to continue to use this app, delete all resources created by this quickstart with the following steps so you don't incur any charges:
14+
>[!IMPORTANT]
15+
>The resources you created can be used as prerequisites to other Azure Machine Learning tutorials and how-to articles.
1516
16-
>[!NOTE]
17-
>These resources are useful when following the other Azure Machine Learning services tutorials now.
17+
18+
If you're not going to use what you've created here, delete the resources you just created with this quickstart so you don't incur any charges.
1819

1920
1. In the Azure portal, select **Resource groups** on the far left.
2021

2122
![Delete in Azure portal](./media/aml-delete-resource-group/delete-resources.png)
2223

23-
2. From the list of resource groups, select the resource group you created, and then click **Delete resource group**.
24+
1. From the list, select the resource group you created.
25+
26+
1. Select **Delete resource group**.
2427

25-
3. Type the name of the resource group to delete, and then click **Delete**.
28+
1. Type the resource group name and then select **Delete**.
2629

30+
If you get the error "Can not delete resource before nested resources are deleted", you must delete any nested resources first. [Refer to this troubleshooting section](../articles/machine-learning/service/known-issues-and-troubleshooting-guide.md#cant-delete-experimentation-account) for details.

0 commit comments

Comments
 (0)