Forum Discussion

SyedAshraf2001's avatar
SyedAshraf2001
Regular Visitor
1 year ago
Solved

Data agent Into Teams via copilot studio

I have been trying to work with Data Agent in Fabric. As it gives me the Api url is it possible for me to use it in copilot studio HTTP Node and along with this process what are the things that are needed to be done.
Thanks in Advance

9 Replies

  • v-prasare's avatar
    v-prasare
    Community Support

    Hi SyedAshraf2001,

     

    The Fabric Data Agent acts as a secure bridge between your on-premises or private cloud data sources and Microsoft Fabric.
    Once configured, it enables APIs that expose data as endpoints (e.g., OData or REST).
    You’ll get an API URL from Fabric that can be queried externally — this is what Copilot Studio will use.
    Ensure the data source (like SQL Server) is registered and that your agent is online and authenticated.

     

     

    Thanks,

    Prashanth

    • SyedAshraf2001's avatar
      SyedAshraf2001
      Regular Visitor

      Thanks for the solution Prasanth, Do you have any kind of documentation where I can refer this, as I won't be able to procced further with this knowledge !
      If we Get API URL from it as it default generated where do I pass my queries to it ? How does it work ?

  • v-prasare's avatar
    v-prasare
    Community Support

    Hi SyedAshraf2001, As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?

     

     

     

    Thanks,

    Prashanth Are

    MS Fabric community support

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query

  • v-prasare's avatar
    v-prasare
    Community Support

    Hi SyedAshraf2001,

    As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?

     

     

     

    Thanks,

    Prashanth Are

    MS Fabric community support

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query

  • v-prasare's avatar
    v-prasare
    Community Support

    Hi SyedAshraf2001,

     

    As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?

     

     

     

    Thanks,

    Prashanth Are

    MS Fabric community support

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query

  • The link you provided refers to the HTTP node in Copilot Studio:
    https://learn.microsoft.com/en-us/microsoft-copilot-studio/authoring-http-node

    My requirement is straightforward: I would like to know if it's possible to connect a data agent to Copilot Studio. Specifically, the data agent will expose an API endpoint, and I want my Copilot (bot) to send the user’s query to that API and return the response accordingly.

    Could you please confirm if this is achievable, and if so, guide me on how to set up this integration?