Skip to content

Commit 17354c3

Browse files
Merge pull request #6146 from sdgilley/sdg-updates
add deletion to manage projects
2 parents 175dc36 + 56c4f5f commit 17354c3

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

articles/ai-foundry/how-to/create-projects.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,21 @@ In addition, many resources are only accessible by users in your project workspa
175175
> [!NOTE]
176176
> Storage connections aren't created directly with the project when your storage account has public network access set to disabled. These are created instead when a first user accesses Azure AI Foundry over a private network connection. [Troubleshoot storage connections](troubleshoot-secure-connection-project.md#troubleshoot-configurations-on-connecting-to-storage)
177177
178+
## Delete projects
179+
180+
1. In [Azure AI Foundry portal](https://ai.azure.com), open your [!INCLUDE [hub-project-name](../includes/hub-project-name.md)].
181+
182+
1. Select **Management center**.
183+
1. Select **Overview** under the **Hub** section.
184+
1. Select any projects you no longer want to keep.
185+
1. Select **Delete project**.
186+
187+
To delete the hub along with all its projects:
188+
189+
1. In the **Hub properties** section on the right, select **Delete hub**.
190+
1. The link will open the Azure portal for you to delete the hub there.
191+
192+
178193
## Related content
179194

180195
- [Quickstart: Use the chat playground in Azure AI Foundry portal](../quickstarts/get-started-playground.md)

articles/ai-foundry/includes/create-project-fdp.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,19 @@ az cognitiveservices account connection show --name {my_project_name} --resource
181181

182182
---
183183

184+
## Delete projects
185+
186+
1. In [Azure AI Foundry portal](https://ai.azure.com), open your [!INCLUDE [fdp-project-name](fdp-project-name.md)].
187+
1. Select **Management center**.
188+
1. Select **Overview** under the **Resource** section.
189+
1. Select any projects you no longer want to keep.
190+
1. Select **Delete project**.
191+
192+
To delete the AI Foundry resource along with all its projects:
193+
194+
1. From the Management center, select the resource name from the Overview section to go to Azure portal.
195+
1. From Azure portal, select **Delete** to delete the resource and all its associated projects.
196+
184197
## Related content
185198

186199
- [Quickstart: Get started with Azure AI Foundry](../quickstarts/get-started-code.md?pivots=fdp-project)

0 commit comments

Comments
 (0)