Is it possible to use Azure AI Agent Service with Azure Bot Service?

Zain Hassan 0 Reputation points
2025-05-14T16:13:53.76+00:00

I'm going to make an agent using the Azure AI Agent service but i also want that agent to be accessible on teams and slack. Now as far as i understand, for that i need the bot service.

The functionality the agent is going to perform is query stuff from a RAG i have developed using azure services and then just basically send the response but I need to show the response in teams or slack as a conversational bot.

So that brings me to the conclusion that I have to somehow integrate my agent into the bot service and use both of these service together. Is this possible?

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,599 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Azar 29,520 Reputation points MVP Volunteer Moderator
    2025-05-14T17:18:07.58+00:00

    Hi there Zain Hassan

    Thanks for using QandA platform

    Yes, it’s possible to use AI Agent Service with Azure Bot Service to make your agent accessible on platforms like Teams and Slack.

    The AI Agent Service handles your agent’s logic—like querying from your RAG setup—while the Bot Service acts as the interface to connect with channels such as Teams or Slack. You can integrate the two by exposing your agent through an endpoint.

    So yes, your setup works: build the agent with Azure AI Agent Service, then use Azure Bot Service to make it available as a conversational bot across platforms.

    If this helps kindly accpt the answer thanks much

    0 comments No comments

Your answer

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