Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
Hello @Kunal Bhargava (ZS Associates Inc) ,
Welcome to Microsoft Q&A .Thank you for reaching out to us.
After reviewing the reported behavior, the observations appear to be related to three separate areas of the current Preview implementation. While the successful semantic model connection suggests that the foundational configuration is functioning correctly, the remaining behaviors are influenced by service characteristics, validation requirements and the supported authentication model.
- Fabric IQ intermittent failures The successful semantic model connection indicates that Fabric IQ is able to establish connectivity and access the configured data source. As a result, the focus shifts from initial setup toward runtime behavior. Since Fabric IQ is currently a Preview capability, temporary service interruptions, intermittent failures, or occasional inconsistencies can occur while the platform continues to evolve. Preview services are not covered by SLA and may have constrained functionality. To help isolate the cause, the following validation steps are recommended in order:
- Confirm that the semantic model remains available and has not been renamed, removed, or moved.
- Verify that the Fabric IQ connection continues to show a healthy connected state.
- Re-authenticate the delegated OAuth connection to eliminate session expiration or token-related issues.
- Confirm that permissions to the Fabric workspace, semantic model, and underlying data sources remain unchanged.
- Review Fabric Capacity health and utilization where applicable.
- Retry failed requests after a short interval to determine whether the behavior is transient.
- Review Azure Service Health for any relevant advisories, maintenance events, or service issues affecting the environment
- Work IQ / MCP server domain validation Separately from the Fabric IQ behavior, the reported MCP validation error appears to occur during endpoint or domain validation. Because MCP validation takes place before normal request processing begins, this issue should be treated independently from semantic model connectivity. The exact validation message is important because it identifies where the validation sequence is failing. The following checks are recommended:
- Review the complete validation error returned by the service.
- Verify that the configured MCP endpoint exactly matches the documented endpoint requirements.
- Confirm that HTTPS is being used and that no additional characters or formatting issues exist in the endpoint configuration.
- Validate endpoint accessibility and network connectivity from the hosting environment.
- Determine whether a built-in Work IQ connector or a custom MCP configuration is being used.
- Compare the configuration against the documented Work IQ and MCP requirements.
- Authentication and hosted agent identity support The current authentication model is based on delegated Microsoft Entra ID authentication. Fabric IQ evaluates requests in the context of the signed-in user and applies existing permissions and governance controls. This behavior is part of the current design and helps ensure that access remains aligned with established security boundaries Currently supported authentication approaches include:
- Delegated Microsoft Entra ID authentication.
- User consent flows.
- On-Behalf-Of (OBO) authentication.
- Enabling Service Principals for Fabric APIs.
- Workspace access for the Service Principal.
- Read access to all underlying data sources attached to the Data Agent.
- Managed Identity authentication is not supported for Fabric Data Agents.
- Service Principal support remains a Preview capability and may have scenario-specific limitations.
The following references might be helpful , please check them out
- Connect agents to Microsoft Fabric with Fabric IQ (preview) - Microsoft Foundry | Microsoft Learn
- Microsoft Fabric preview information - Microsoft Fabric | Microsoft Learn
- Use service principal authentication with Fabric data agent - Microsoft Fabric | Microsoft Learn
- Microsoft Work IQ API | Microsoft Learn
- What is Azure Service Health? - Azure Service Health | Microsoft Learn
Please let us know if the response was helpful
Thank you