Existing Azure OpenAI service not appearing in dropdown when configuring AI Search skillset ("No access to this subscription, or no Azure OpenAI service available under it.")

Seetha Ram 20 Reputation points
2026-07-16T10:49:05.2033333+00:00

I am currently trying to configure an Index, Indexer, and Skillset (with multimodal support) in Azure AI Search using the Import Data wizard. During the setup process, I need to connect my existing Azure OpenAI resource. There is also a model deployed. The AI Search service and the Azure OpenAI resources are created in the same region.

However, when I try to select my Azure OpenAI service from the dropdown, it is greyed out, and I receive the following error message beneath the Subscription dropdown:

"No access to this subscription, or no Azure OpenAI service available under it."

Here are the details of my environment:

  • I am using a Pay-As-You-Go subscription.
  • I have already created an Azure OpenAI service and deployed models within this exact same subscription.
  • I am the Owner/Contributor on the subscription and have the necessary Cognitive Services roles.
  • Both the Azure AI Search service and the Azure OpenAI service are active.

Why is the wizard failing to detect my existing Azure OpenAI resource, and how can I resolve this so I can complete my skillset configuration? Could this be related to region mismatch, RBAC propagation delays, or specific network/firewall settings?

Azure AI Search
Azure AI Search

An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.

0 comments No comments

Answer accepted by question author
Venkatesan S 10,830 Reputation points Microsoft External Staff Moderator
2026-07-16T11:39:28.74+00:00

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/accounts with 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:

Kindly let us know if the above helps or you need further assistance on this issue.

Please do not forget to 210246-screenshot-2021-12-10-121802.pngand “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

Was this answer helpful?

1 person found this answer helpful.

2 additional answers

Sort by: Newest
  1. Jose Benjamin Solis Nolasco 12,361 Reputation points Volunteer Moderator
    2026-07-16T11:18:11.64+00:00

    Welcome to Microsoft Q&A

    Hello @Seetha Ram I hope you are doing well.

    The error:

    "No access to this subscription, or no Azure OpenAI service available under it."

    Usually indicates that the Import Data wizard is unable to enumerate a compatible Azure OpenAI resource. Since you've confirmed that the Azure OpenAI resource already exists, the issue is commonly related to one of the following:

    Check this first :

    1. Resource type
      • Ensure your resource is an Azure OpenAI resource (Azure AI Foundry/OpenAI) and not a multi-service Azure AI Services resource.
      1. Region compatibility
        • Although you mentioned both services are in the same region, verify that the selected Azure OpenAI model and the Azure AI Search service support the integrated vectorization/scillset scenario in that region.
        1. RBAC permissions
          • Being Owner on the subscription is generally sufficient, but if permissions were recently assigned, allow some time for RBAC propagation and sign out/in to the Azure portal.
    2. Network restrictions
      • If your Azure OpenAI resource has Public network access disabled, uses Private Endpoints, or has firewall restrictions, the wizard may not be able to discover it. Temporarily allowing public access (or enabling trusted services, if appropriate) can help determine whether networking is the cause.
      1. Subscription and tenant
        • Confirm that both the Azure AI Search service and Azure OpenAI resource are in the same Azure subscription and Microsoft Entra tenant currently selected in the portal.

    This will help narrow down the root cause further.

    References

    If my answer helped you, please consider marking it as accepted. This helps others in the community find similar solutions.

    Was this answer helpful?


  2. AI answer

    2026-07-16T10:49:52.83+00:00

    The most likely causes are unsupported resource/model combinations in the wizard, region/support limitations, or the wizard not being able to enumerate a usable Azure OpenAI resource for the scenario.

    What is supported in the wizard for multimodal/vector scenarios:

    1. Use a supported Azure OpenAI resource type For the portal quickstart, Azure OpenAI resources created in the Microsoft Foundry portal aren’t supported for this scenario. The supported option is an Azure OpenAI resource created in the Azure portal.
    2. Verify the resource has a supported endpoint shape The Azure OpenAI resource must have a custom subdomain endpoint such as https://<name>.openai.azure.com.
    3. Verify the deployed model is one the wizard supports For embeddings, supported models listed for this scenario include:
      • text-embedding-ada-002
      • text-embedding-3-small
      • text-embedding-3-large
    4. Check region support For semantic ranker and related search features, region availability matters. If the region used by the resources isn’t supported for the feature set, the wizard might not surface the resource as expected.
    5. Check whether the wizard scenario itself supports the provider/model combination A Microsoft Q&A answer for a similar issue states that the wizard requires supported OpenAI resources and supported models. If the resource contains the model but still doesn’t appear, using SDK or REST API is a valid path instead of the portal wizard.
    6. If using Azure OpenAI On Your Data role-based access patterns, confirm role assignments are correct For Search-to-OpenAI access, the documented role is Cognitive Services OpenAI Contributor assigned to Azure AI Search on the Azure OpenAI resource. In a related resolved case, the search service managed identity had been added to the wrong Azure OpenAI resource, which caused skillset creation failure.
    7. If storage is involved, check access/networking Documented troubleshooting for ingestion failures shows that authorization problems can occur when the storage account isn’t accessible with the provided credentials or is hidden behind a private endpoint without corresponding configuration. That does not directly explain a greyed-out Azure OpenAI dropdown, but it is relevant if the wizard proceeds and later fails.

    What to do next:

    1. Confirm the Azure OpenAI resource was created in the Azure portal, not only in Microsoft Foundry.
    2. Confirm its endpoint uses the custom subdomain format.
    3. Confirm the deployment uses a supported embedding model for the wizard.
    4. Confirm the region is supported for the search features being configured.
    5. Verify the Azure AI Search managed identity is assigned on the correct Azure OpenAI resource with the documented role.
    6. If the resource still does not appear in the dropdown, bypass the wizard and create the skillset/indexer using SDK or REST API.

    On the specific causes mentioned:

    • Region mismatch/support limitation: supported by the documentation as a real factor.
    • RBAC propagation delay: not explicitly documented here as the cause of this dropdown behavior.
    • Network/firewall settings: documented as a cause for later authorization/ingestion failures, especially with inaccessible storage or private endpoints.

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.