An Azure machine learning service for building and deploying models.
Thanks for using the Q&A platform.
This issue seems to be tied to Azure AI Foundry's Prompt Flow integration with Azure AI Search when deployed using Managed Identity (Entra ID). The prompt flow runtime cannot access the Azure AI Search index during initialization.
This is likely a role assignment, or network restrictions are blocking the managed identity from calling the search resource.
Usually, you have the control plane and the data plane kind of access, check if the data plane access are provided as well.
Also, if your Azure Search resource is using a private endpoint or restricted networks, ensure the managed identity has access. If using Private Endpoint, the endpoint calling the search must be in the same VNet or configured with a Private DNS zone integration
You can mark it 'Accept Answer' and 'Upvote' if this helped you.
Regards,
Obinna