Azure Function wrapper serving Agent AI Foundry agents.
You need to create your agent using the Agent AI Foundry Agent Service. To create an agent via SDK or integrate it with a tool, check the tool use patterns in agent-ai-foundry-tool-use
The link only supports single-turn conversations and does not handle threaded interactions. The functions provide two endpoints: one for creating a chat
and another for continuing a conversation with an agent using a thread ID
.
💡 Integrate Custom Azure AI Agents with CoPilot Studio and M365 CoPilot
Use the Azure Functions Core Tools to publish your Python function app:
func azure functionapp publish <your-func-app-name> --python