Skip to content

Commit 4d55938

Browse files
committed
adding more steps/screenshots
1 parent c8c7e8b commit 4d55938

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,19 @@ az ml workspace update -n "myexamplehub" -g "{MY_RESOURCE_GROUP}" -a "APPLICATIO
145145

146146
## Delete an Azure AI Studio hub
147147

148-
To delete a hub, use the Azure portal. From the Azure portal, navigate to the hub you want to delete, then select **Delete** from the **Overview** section.
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.
149153

150154
:::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.":::
151155

152-
> [!TIP]
153-
> To quickly get to the Azure portal from the Azure AI Studio, select **Manage in Azure portal** from the **Hub overview**.
154-
>
155-
> :::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.":::
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+
156161

157162
## Related content
158163

30.3 KB
Loading

articles/ai-studio/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ items:
4949
href: concepts/ai-resources.md
5050
- name: Create your first hub
5151
href: how-to/create-azure-ai-resource.md
52+
- name: Create a hub using the Azure Machine Learning SDK and CLI
53+
href: how-to/develop/create-hub-project-sdk.md
5254
- name: Create a hub with custom security
5355
items:
5456
- name: Create a hub in the Azure portal
5557
href: how-to/create-secure-ai-hub.md
5658
- name: Create a hub from template
5759
href: how-to/create-azure-ai-hub-template.md
58-
- name: Create a hub using the Azure Machine Learning SDK and CLI
59-
href: how-to/develop/create-hub-project-sdk.md
6060
displayName: code
6161
- name: Create a hub using Terraform
6262
href: how-to/create-hub-terraform.md

0 commit comments

Comments
 (0)