Skip to content

Commit 25be9e1

Browse files
committed
adding cleanup section
1 parent f017996 commit 25be9e1

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,32 @@ Open the model playground using the following steps:
288288
1. Select the **History** link at the top-left of the playground to view the chat history.
289289

290290

291+
## Cleanup resources
292+
293+
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.
294+
295+
### Delete your agents
296+
297+
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.
298+
299+
:::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":::
300+
301+
### Delete your models
302+
303+
1. In the VS Code navbar, refresh the **Azure Resources** view. Expand the **Models** subsection to display the list of deployed models.
304+
305+
1. Right-click on your deployed model to delete and select the **Delete** option.
306+
307+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/delete-model.png" alt-text="Screenshot of the model context menu with the 'Delete' option highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/delete-model.png":::
308+
309+
### Delete your tools
310+
311+
Delete the connected tool with the following steps:
312+
313+
1. Open the Azure portal
314+
1. Select the Azure Resource Group containing the tool.
315+
1. Select the **Delete** button.
316+
291317
## Next steps
292318

293319
- Learn about [working with the Azure AI Agent Service](./vs-code-agents.md) using this Visual Studio Code extension.

0 commit comments

Comments
 (0)