Invoke Azure AI Foundry agent from a service.

Shweta Shukla 0 Reputation points Microsoft Employee
2025-08-22T19:20:31.9266667+00:00

I want to invoke Azure AI Foundry agent from my service . Looking at the architecture I have to maintain threads for user conversation on my side and keep polling for response . Is there a better way to implement.

Thanks

Shweta

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

1 answer

Sort by: Most helpful
  1. Manas Mohanty 9,655 Reputation points Microsoft External Staff Moderator
    2025-08-26T07:49:47.66+00:00

    Hi Shweta Shukla

    You can also use SDK to use Azure AI foundry Agents

    https://learn.microsoft.com/en-us/azure/ai-foundry/agents/quickstart?pivots=programming-language-python-azure.

    Regarding permission on issue on logic app.

    Please follow the pre-requisites here (we need to enable system assigned identity on logic app and add that as AI project manager on AI foundry resources)

    https://learn.microsoft.com/en-us/azure/ai-foundry/agents/quickstart?pivots=programming-language-python-azure

    Thank you

    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.