Skip to content

Commit 0342878

Browse files
authored
Merge pull request #275 from Blackmist/310977-studio-delete-hub
adding info about deleting
2 parents 871c805 + 95e36ed commit 0342878

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

articles/ai-studio/how-to/create-azure-ai-resource.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ ms.date: 5/21/2024
1212
ms.reviewer: deeikele
1313
ms.author: larryfr
1414
author: Blackmist
15+
# Customer Intent: As an admin, I need to create and manage an Azure AI Studio hub so that my team can use it to create projects for collaboration.
1516
---
1617

1718
# How to create and manage an Azure AI Studio hub
1819

1920
In AI Studio, hubs provide the environment for a team to collaborate and organize work, and help you as a team lead or IT admin centrally set up security settings and govern usage and spend. You can create and manage a hub from the Azure portal or from the AI Studio.
2021

21-
In this article, you learn how to create and manage a hub in AI Studio with the default settings so you can get started quickly. Do you need to customize security or the dependent resources of your hub? Then use [Azure Portal](create-secure-ai-hub.md) or [template options](create-azure-ai-hub-template.md).
22+
In this article, you learn how to create and manage a hub in AI Studio with the default settings so you can get started quickly. Do you need to customize security or the dependent resources of your hub? Then use [Azure portal](create-secure-ai-hub.md) or [template options](create-azure-ai-hub-template.md).
2223

2324
> [!TIP]
2425
> If you'd like to create your Azure AI Studio hub using a template, see the articles on using [Bicep](create-azure-ai-hub-template.md) or [Terraform](create-hub-terraform.md).
@@ -105,7 +106,7 @@ For hubs that use CMK encryption mode, you can update the encryption key to a ne
105106

106107
To use custom environments for Prompt Flow, you're required to configure an Azure Container Registry for your hub. To use Azure Application Insights for Prompt Flow deployments, a configured Azure Application Insights resource is required for your hub. Updating the workspace-attached Azure Container Registry or ApplicationInsights resources may break lineage of previous jobs, deployed inference endpoints, or your ability to rerun earlier jobs in the workspace.
107108

108-
You can use the Azure Portal, Azure SDK/CLI options, or the infrastructure-as-code templates to update both Azure Application Insights and Azure Container Registry for the hub.
109+
You can use the Azure portal, Azure SDK/CLI options, or the infrastructure-as-code templates to update both Azure Application Insights and Azure Container Registry for the hub.
109110

110111
# [Azure portal](#tab/portal)
111112

@@ -142,7 +143,23 @@ az ml workspace update -n "myexamplehub" -g "{MY_RESOURCE_GROUP}" -a "APPLICATIO
142143
```
143144
---
144145

145-
## Next steps
146+
## Delete an Azure AI Studio hub
147+
148+
To delete a hub, use the [Azure portal](https://portal.azure.com). To quickly get to the Azure portal from the Azure AI Studio, go to the **Hub overview** for your hub and then select **Manage in Azure portal**.
149+
150+
:::image type="content" source="../media/how-to/hubs/manage-hub-azure-portal.png" alt-text="Screenshot of the manage in Azure portal link in Azure AI Studio.":::
151+
152+
From the portal page for your hub, select **Overview** along the left side of the page and then select **Delete** from the top of the page.
153+
154+
:::image type="content" source="../media/how-to/hubs/delete-hub-button.png" alt-text="Screenshot of the delete button for the Azure AI Studio hub in the Azure portal.":::
155+
156+
You can also find your hub in the Azure portal by entering the hub name in the search field at the top of the Azure portal. Select the hub from the **Resources** list to navigate to the **Overview** page for the hub.
157+
158+
:::image type="content" source="../media/how-to/hubs/search-in-portal.png" alt-text="Screenshot of using the search field in the Azure portal to find a hub.":::
159+
160+
161+
162+
## Related content
146163

147164
- [Create a project](create-projects.md)
148165
- [Learn more about Azure AI Studio](../what-is-ai-studio.md)
15.5 KB
Loading
51.2 KB
Loading
30.3 KB
Loading

articles/ai-studio/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ items:
5151
href: concepts/ai-resources.md
5252
- name: Create your first hub
5353
href: how-to/create-azure-ai-resource.md
54+
- name: Create a hub using the Azure Machine Learning SDK and CLI
55+
href: how-to/develop/create-hub-project-sdk.md
5456
- name: Create a hub with custom security
5557
items:
5658
- name: Create a hub in the Azure portal
5759
href: how-to/create-secure-ai-hub.md
5860
- name: Create a hub from template
5961
href: how-to/create-azure-ai-hub-template.md
60-
- name: Create a hub using the Azure Machine Learning SDK and CLI
61-
href: how-to/develop/create-hub-project-sdk.md
6262
displayName: code
6363
- name: Create a hub using Terraform
6464
href: how-to/create-hub-terraform.md

0 commit comments

Comments
 (0)