Skip to content

Commit 897cc57

Browse files
committed
standardize ending
1 parent 0a1089a commit 897cc57

File tree

5 files changed

+24
-18
lines changed

5 files changed

+24
-18
lines changed

articles/ai-foundry/how-to/develop/install-cli-sdk.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ Install [Node.js](https://nodejs.org/)
6161

6262
Keep this terminal window open to run your scripts from here as well, now that you've signed in.
6363

64+
## Clean
65+
6466
## Next step
6567

6668
* [Get started in Azure AI Foundry](../../quickstarts/get-started-code.md)
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
@@ -255,10 +255,9 @@ Replace `YOUR-FOUNDRY-RESOURCE-NAME` and `YOUR-PROJECT-NAME` with your values:
255255
256256
## Clean up resources
257257
258-
If you no longer need them, delete the resource group associated with your project.
258+
[!INCLUDE [clean-up-resources](clean-up-resources.md)]
259259
260-
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.
260+
## Next step
261261
262-
## Related content
263-
264-
[Azure AI Foundry client library overview](../how-to/develop/sdk-overview.md)
262+
> [!div class="nextstepaction"]
263+
> [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)