You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/create-azure-ai-resource.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ If your organization is using [Azure Policy](../../governance/policy/overview.md
73
73
74
74
## Manage your Azure AI resource from the Azure portal
75
75
76
-
### Azure AI resource keys
76
+
### Azure AI hub resource keys
77
77
View your keys and endpoints for your Azure AI resource from the overview page within the Azure portal.
78
78
79
79
:::image type="content" source="../media/how-to/resource-manage-view-keys.png" alt-text="Screenshot of the Azure AI resource in the Azure portal showing the keys and endpoints." lightbox="../media/how-to/resource-manage-view-keys.png":::
@@ -112,6 +112,13 @@ For Azure AI resources that use CMK encryption mode, you can update the encrypti
112
112
113
113
:::image type="content" source="../media/how-to/resource-manage-encryption.png" alt-text="Screenshot of the Encryption page of the Azure AI resource in the Azure portal." lightbox="../media/how-to/resource-manage-encryption.png":::
114
114
115
+
### Update Azure Application Insights and Azure Container Registry
116
+
To use custom environments for Prompt Flow, you are required to configure an Azure Container Registry for your AI hub. When using Azure Application Insights for Prompt Flow deployments, a configured Azure Application Insights resource is required for your AI hub.
117
+
118
+
The above two Azure resources can be setup when your AI hub is created, or updated afterwards. To update, navigate to the 'properties tab' for your Azure AI hub resource in the Azure portal. Then, select 'Update Azure Application Insights'. Alternatively, use Azure SDK/CLI options or infrastructure-as-code templates to update Azure Application Insights and Azure Container Registry.
119
+
120
+
:::image type="content" source="../media/how-to/resource-manage-encryption.png" alt-text="Screenshot of the Encryption page of the Azure AI resource in the Azure portal." lightbox="../media/how-to/resource-manage-update-associated-resources.png":::
121
+
115
122
## Manage your Azure AI resource from the Manage tab within the AI Studio
116
123
117
124
### Getting started with the AI Studio
@@ -154,4 +161,4 @@ Here you're linked to the Azure portal to review the cost analysis information f
154
161
155
162
-[Create a project](create-projects.md)
156
163
-[Learn more about Azure AI Studio](../what-is-ai-studio.md)
157
-
-[Learn more about Azure AI resources](../concepts/ai-resources.md)
164
+
-[Learn more about Azure AI resources](../concepts/ai-resources.md)
0 commit comments