Skip to content

Commit 7761833

Browse files
committed
textual udates
1 parent ac00bac commit 7761833

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-foundry/how-to/upgrade-azure-openai.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The upgrade converts your Azure OpenAI resource type to Azure AI Foundry resourc
5656

5757
## How to upgrade
5858

59-
As a prerequisite to upgrade, managed identity must be enabled on your Azure OpenAI resource. Upgrade can be completed via the Azure AI Foundry portal or using Azure Bicep or Resource Manager templates.
59+
As a prerequisite to upgrade, managed identity must be enabled on your Azure OpenAI resource. Upgrade can be completed via the Azure AI Foundry portal, or using Azure Bicep or Resource Manager templates (recommended for resource configurations with custom security settings such as private networking).
6060

6161
# [Foundry portal](#tab/portal)
6262

@@ -185,14 +185,14 @@ To rollback, convert your template configuration back to 'OpenAI' as kind.
185185

186186
## Troubleshooting Common Issues
187187

188-
Resource limits and organizational configurations should be considered. The table below outlines some of the most common issues along with recommended solutions to help troubleshooting.
188+
Azure resource limits and organizational configurations may require additional steps to complete the upgrade. The table below outlines some of the most common issues along with recommended solutions to help troubleshooting.
189189

190190
|Issue|Solution/mitigation|
191191
|---|---|
192192
|User principal lacks account/write permissions|Obtain a privileged Azure RBAC role to manage top-level Azure resources e.g. Owner, Contributor, Azure AI Administrator.|
193193
|Managed identity is not enabled on the Azure OpenAI resource|Configure managed identity on your resource via templates or Azure portal.|
194194
|No permissions to create agents, while you are the owner/contributor on the resource.|Obtain an EntraID data plane role for development permissions e.g. Azure AI User or Azure AI Project Manager. Owner and Contributor roles only grant access to management operations in Azure.|
195-
|An Azure Policy conflict occurred.|Your organization may have put constraints on resource configurations. Inspect the details of the policy violation. Then upgrade your resource via template options for further customization.|
195+
|An Azure Policy conflict occurred.|Your organization may have put constraints on resource configurations. Inspect the details of the policy violation. Then upgrade your resource via template options for further customization. For example, network configurations for Agents can only be configured via template options such as Azure Bicep.|
196196
|Exceeded number of Azure OpenAI instances of 30 per subscription per region when rolling back.|Delete an Azure OpenAI resource or upgrade it to the Azure AI Foundry. Then retry rolling back your current resource.|
197197
|Exceeded number of AIServices instances of 100 per subscription per region.|Delete an Azure AI Foundry resource you may not use in this subscription. Then retry upgrading your current resource.|
198198

0 commit comments

Comments
 (0)