Skip to content

Commit e5d53a8

Browse files
authored
Merge pull request #5784 from sdgilley/sdg-freshness
standardize cleanup resources & remove unused include
2 parents e0daf4a + 34093ea commit e5d53a8

File tree

4 files changed

+22
-18
lines changed

4 files changed

+22
-18
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Include file
3+
description: Include file
4+
author: sdgilley
5+
ms.reviewer: sgilley
6+
ms.author: sgilley
7+
ms.service: azure-ai-foundry
8+
ms.topic: include
9+
ms.date: 06/30/2025
10+
ms.custom: include
11+
---
12+
13+
If you no longer need any of the resources you created, delete the resource group associated with your project.
14+
15+
In the Azure AI Foundry portal, select your project name in the top right corner. Then select the link for the resource group to open it in the Azure portal. Select the resource group, and then select **Delete**. Confirm that you want to delete the resource group.

articles/ai-foundry/includes/fdp-project-name-plural.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

articles/ai-foundry/includes/get-started-fdp.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,9 @@ Replace `YOUR-FOUNDRY-RESOURCE-NAME` and `YOUR-PROJECT-NAME` with your values:
265265
266266
## Clean up resources
267267
268-
If you no longer need them, delete the resource group associated with your project.
268+
[!INCLUDE [clean-up-resources](clean-up-resources.md)]
269269
270-
In the Azure AI Foundry portal, select your project name in the top right corner. Then select the link for the resource group to open it in the Azure portal. Select the resource group, and then select **Delete**. Confirm that you want to delete the resource group.
270+
## Next step
271271
272-
## Related content
273-
274-
[Azure AI Foundry client library overview](../how-to/develop/sdk-overview.md)
272+
> [!div class="nextstepaction"]
273+
> [Azure AI Foundry client library overview](../how-to/develop/sdk-overview.md)

articles/ai-foundry/quickstarts/get-started-code.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ Run the revised script to see the response from the model with this new input.
120120
python chat.py
121121
```
122122
123+
## Clean up resources
124+
125+
[!INCLUDE [clean-up-resources](../includes/clean-up-resources.md)]
123126
124127
## Next step
125128

0 commit comments

Comments
 (0)