Skip to content

Commit 41b4098

Browse files
Merge pull request #269279 from Blackmist/ai-registry
Ai registry
2 parents 2deea61 + d729793 commit 41b4098

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to create and manage an Azure AI hub resource
33
titleSuffix: Azure AI Studio
4-
description: This article describes how to create and manage an Azure AI hub resource
4+
description: This article describes how to create and manage an Azure AI hub resource.
55
manager: scottpolly
66
ms.service: azure-ai-studio
77
ms.custom:
@@ -23,7 +23,7 @@ In this article, you learn how to create and manage an Azure AI hub resource in
2323

2424
## Create an Azure AI hub resource in AI Studio
2525

26-
To create a new Azure AI hub resource, you need either the Owner or Contributor role on the resource group or on an existing Azure AI hub resource. If you are unable to create an Azure AI hub resource due to permissions, reach out to your administrator. If your organization is using [Azure Policy](../../governance/policy/overview.md), don't create the resource in AI Studio. Create the Azure AI hub resource [in the Azure portal](#create-a-secure-azure-ai-hub-resource-in-the-azure-portal) instead.
26+
To create a new Azure AI hub resource, you need either the Owner or Contributor role on the resource group or on an existing Azure AI hub resource. If you're unable to create an Azure AI hub resource due to permissions, reach out to your administrator. If your organization is using [Azure Policy](../../governance/policy/overview.md), don't create the resource in AI Studio. Create the Azure AI hub resource [in the Azure portal](#create-a-secure-azure-ai-hub-resource-in-the-azure-portal) instead.
2727

2828
Follow these steps to create a new Azure AI hub resource in AI Studio.
2929

@@ -32,7 +32,7 @@ Follow these steps to create a new Azure AI hub resource in AI Studio.
3232

3333
1. Enter your AI hub name, subscription, resource group, and location details.
3434

35-
1. In the **Azure OpenAI** dropdown, you can select an existing Azure OpenAI resource to bring all your deployments into AI Studio. If you do not bring one, we will create one for you.
35+
1. In the **Azure OpenAI** dropdown, you can select an existing Azure OpenAI resource to bring all your deployments into AI Studio. If you don't bring one, we'll create one for you.
3636

3737
:::image type="content" source="../media/how-to/resource-create-advanced.png" alt-text="Screenshot of the Create an Azure AI hub resource wizard with the option to set basic information." lightbox="../media/how-to/resource-create-advanced.png":::
3838

@@ -86,6 +86,7 @@ If your organization is using [Azure Policy](../../governance/policy/overview.md
8686
## Manage your Azure AI hub resource from the Azure portal
8787

8888
### Azure AI hub resource keys
89+
8990
View your keys and endpoints for your Azure AI hub resource from the overview page within the Azure portal.
9091

9192
:::image type="content" source="../media/how-to/resource-manage-view-keys.png" alt-text="Screenshot of the Azure AI hub resource in the Azure portal showing the keys and endpoints." lightbox="../media/how-to/resource-manage-view-keys.png":::
@@ -124,6 +125,14 @@ For Azure AI hub resources that use CMK encryption mode, you can update the encr
124125

125126
:::image type="content" source="../media/how-to/resource-manage-encryption.png" alt-text="Screenshot of the Encryption page of the Azure AI hub resource in the Azure portal." lightbox="../media/how-to/resource-manage-encryption.png":::
126127

128+
### Update Azure Application Insights and Azure Container Registry
129+
130+
To use custom environments for Prompt Flow, you're required to configure an Azure Container Registry for your AI hub. To use Azure Application Insights for Prompt Flow deployments, a configured Azure Application Insights resource is required for your AI hub.
131+
132+
You can configure your AI hub for these resources during creation or update after creation. To update Azure Application Insights from the Azure portal, navigate to the **Properties** for your Azure AI hub resource in the Azure portal, then select **Change Application Insights**. You can also use the Azure SDK/CLI options or infrastructure-as-code templates to update both Azure Application Insights and Azure Container Registry for the AI Hub.
133+
134+
:::image type="content" source="../media/how-to/resource-manage-update-associated-resources.png" alt-text="Screenshot of the properties page of the Azure AI resource in the Azure portal." lightbox="../media/how-to/resource-manage-update-associated-resources.png":::
135+
127136
## Manage your Azure AI hub resource from the Manage tab within the AI Studio
128137

129138
### Getting started with the AI Studio
57.5 KB
Loading

0 commit comments

Comments
 (0)