Hi Vidash Kumar,
Thanks for posting your question in Microsoft Q&A, apologize for any inconvenience caused on this.
The error message "The Azure OpenAI Service resource has disabled system assigned managed identity" indicates that your Azure OpenAI resource does not have a system-assigned managed identity enabled, which is required to access certain Azure services like Azure Storage, Cognitive Search, or other data sources. Here are some steps to help resolve this issue:
- Enable System Assigned Managed Identity:
- Navigate to the Azure portal and select your Azure OpenAI Service resource.
- Go to the "Identity" section and enable the system assigned managed identity. This will allow the service to authenticate and access other Azure resources securely.
- Assign Necessary Roles:
- Ensure that the system assigned managed identity has the required roles assigned. For example, you may need to assign the "Cognitive Services OpenAI User" or "Cognitive Services OpenAI Contributor" role to the managed identity.
- To do this, go to the "Access control (IAM)" section of your Azure OpenAI Service resource, select "Add role assignment," and choose the appropriate role. Then, select the managed identity as the member.
- Check Network and Access Configuration:
- Verify that the network and access configuration for your Azure OpenAI Service is correctly set up. Ensure that the service can communicate with other Azure resources, such as Azure AI Search and Storage Account, using the managed identity.
- If you have disabled public network access, make sure to create private endpoint connections that connect to your Azure OpenAI resource.
Refer to the Azure documentation:
Do let me know if you are still the facing the issue.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.