Skip to content

Commit ac00bac

Browse files
committed
added common issues to docs
1 parent 7641852 commit ac00bac

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,19 @@ To rollback, convert your template configuration back to 'OpenAI' as kind.
183183

184184
---
185185

186+
## Troubleshooting Common Issues
187+
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.
189+
190+
|Issue|Solution/mitigation|
191+
|---|---|
192+
|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.|
193+
|Managed identity is not enabled on the Azure OpenAI resource|Configure managed identity on your resource via templates or Azure portal.|
194+
|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.|
196+
|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.|
197+
|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.|
198+
186199
## How to inspect whether a resource has been upgraded
187200

188201
The following Azure resource property is available to inspect whether a resource was previously upgraded to AI Foundry.

0 commit comments

Comments
 (0)