azure-fabric-data-agents
Microsoft Fabric Data Agents
Conversational analytics agents inside Microsoft Fabric — a generally available
Fabric workspace item type (DataAgent) that grounds an Azure-OpenAI-Assistants-API
agent on data living in OneLake. Accessible from the Fabric portal chat surface,
from Microsoft 365 Copilot / Teams (via sharing), and programmatically via the
fabric-data-agent-sdk Python package inside Fabric notebooks.
Sources & scope — this skill is grounded in the Microsoft Learn docs at
learn.microsoft.com/en-us/fabric/data-science/concept-data-agent,…/how-to-create-data-agent,…/data-agent-sharing,…/fabric-data-agent-sdk,…/data-agent-tenant-settings, the REST API reference atlearn.microsoft.com/en-us/rest/api/fabric/dataagent/items/create-data-agent, and the official sample notebooks atgithub.com/microsoft/fabric-samples/tree/main/docs-samples/data-science/data-agent-sdk. Where docs and samples disagree (most notably on capacity SKU), this skill calls it out explicitly.
For a 20-minute first-agent path, see azure-fabric-data-agents-quickstart.