Forum Discussion
AllabashaShaik1990
Jun 30, 2025Copper Contributor
Azure Function Not Sending Response Back to Teams Bot – Integration Issue
Azure Function Called by Teams Bot – Triggered Successfully but No Response in Web Chat We are integrating a Microsoft Teams Bot (C#) with an Azure Function (Python). While the Azure Function gets t...
Nivedipa-MSFT
Microsoft
Jul 02, 2025@AllabashaShaik1990 - Thanks for bringing this issue to our attention.
The Bot Framework does NOT automatically relay HTTP responses from external services (like Azure Functions) to the user. You must explicitly send the Azure Function’s response back to the user using turnContext.SendActivityAsync(...) in your bot code.
Thanks,
Nivedipa
-----------------------------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.