Skip to content

Commit 271a11c

Browse files
committed
Added Clean up and fixed link
1 parent e4d978e commit 271a11c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/ai-foundry/how-to/develop/get-started-projects-vs-code.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ titleSuffix: Azure AI Foundry
44
description: Use this article to learn how to deploy Large Language Models and develop AI agents using Azure AI Foundry capabilities directly in VS Code.
55
manager: scottpolly
66
ms.service: azure-ai-foundry
7+
content_well_notification:
8+
- AI-contribution
79
ms.topic: quickstart
810
ms.date: 03/26/2025
911
ms.reviewer:
@@ -267,7 +269,7 @@ This Python sample code file that demonstrates a basic call to the chat completi
267269

268270
### Interact with models using a model playground
269271

270-
Chat interactively with the model, change settings and system instructions using the **Model Playground**.
272+
Chat interactively with the model, change settings, and system instructions using the **Model Playground**.
271273

272274
Open the model playground using the following steps:
273275

@@ -472,9 +474,11 @@ Open the **Agents Playground** using the following steps:
472474

473475
## Clean up resources
474476

477+
The Azure resources that you created in this article are billed to your Azure subscription. If you don't expect to need these resources in the future, delete them to avoid incurring more charges.
478+
475479
### Delete your agents
476480

477-
Delete the deployed agent in the [online AI Foundry portal](https://ai-azure.com). Select **Agents** from the navigation menu on the left, select your agent, then select the **Delete** button.
481+
Delete the deployed agent in the [online AI Foundry portal](https://ai.azure.com). Select **Agents** from the navigation menu on the left, select your agent, then select the **Delete** button.
478482

479483
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/delete-agent.png" alt-text="Screenshot of the AI Foundry portal with 'Agents' from the navigation menu on the left and the **Delete** button highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/delete-agent.png":::
480484

0 commit comments

Comments
 (0)