An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
Hi @Seetha Ram ,
Thanks for reaching out in Microsoft Q&A forum,
Based on the information you've shared, your Azure OpenAI resource should normally appear in the Import Data wizard if all prerequisites are met. The error message:
"No access to this subscription, or no Azure OpenAI service available under it."
typically indicates that the Azure portal is unable to discover a compatible Azure OpenAI resource for the selected Azure AI Search service. This can occur due to resource compatibility requirements, permission propagation, networking restrictions, or a portal discovery issue.
To help narrow down the cause, please review the following:
- Verify the Azure OpenAI resource type Ensure that you are using an Azure OpenAI resource (
Microsoft.CognitiveServices/accountswith Kind = OpenAI) and not an Azure AI Services multi-service resource. - Confirm region compatibility Although you mentioned that both Azure AI Search and Azure OpenAI are deployed in the same region, please verify the exact Azure region names. The Import Data wizard only lists Azure OpenAI resources that are supported for the selected Azure AI Search scenario, and unsupported region combinations may prevent the resource from appearing.
- Check the model deployment Verify that your Azure OpenAI resource has a supported model deployment, that the deployment completed successfully, and that it is available in the same Azure OpenAI resource you are trying to select.
- Review permissions and RBAC Since you are the Owner/Contributor, you should generally have the required Azure Resource Manager permissions. However, if role assignments were recently added or modified, it may take some time for them to propagate. Signing out of the Azure portal and signing back in can also help refresh cached credentials.
- Review networking configuration If your Azure OpenAI resource is configured with Private Endpoints, disabled public network access, or firewall restrictions, verify that the networking configuration supports Azure AI Search connectivity. While these settings are more commonly associated with runtime connectivity, they can also affect certain portal validation scenarios.
- Verify subscription and tenant Ensure that both the Azure AI Search service and the Azure OpenAI resource belong to the same Azure subscription and Microsoft Entra tenant, and that the correct directory is selected in the Azure portal.
- Try a different browser or an InPrivate session Occasionally, cached portal data can cause resource discovery issues. Testing in an InPrivate/Incognito browser session or using a different browser can help rule out a portal caching issue.
If all of the above checks are confirmed and the Azure OpenAI resource still does not appear in the dropdown, you can also try creating the skillset using Azure Resource Manager (ARM), REST API, or Azure CLI by explicitly referencing the Azure OpenAI resource. This helps determine whether the issue is limited to the portal experience or if there is an underlying service validation issue.
Official documentation links:
- Import Wizard in the Azure portal - Azure AI Search | Microsoft Learn
- Quickstart: Multimodal Search in the Azure portal - Azure AI Search | Microsoft Learn
- Quickstart: Full-Text Search in the Azure portal - Azure AI Search | Microsoft Learn
Kindly let us know if the above helps or you need further assistance on this issue.
Please do not forget to
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.