An Azure service that provides an integrated environment for bot development.
The asynchronous callback theory is not something you implement for native Foundry publishing. Foundry exposes the Activity Protocol, and the platform bridges the response to Bot Service and Teams. Empty 200 and serviceUrl logic applies when you own the bot endpoint.
Your trace proves inbound delivery and agent execution work. The break occurs after inference, most likely in Bot Service channel authentication or outbound delivery. This publishing path is currently an Early Access Preview.
Check these items:
- Confirm the intended agent version is Active, then republish from Foundry.
- Do not replace the generated messaging endpoint.
- Verify the Bot Service App ID matches the agent application's instance identity.
- Confirm the authentication mode is Channels (Azure Bot Service), then review Teams channel diagnostics.
Because a fresh bot and agent fail too, collect the trace/request IDs, UTC timestamps, region, agent application ID, Bot resource ID, Bot App ID, and instance-identity client ID, then open Azure support. Microsoft needs to inspect the preview channel bridge; RBAC or Public Network Access changes will not repair an identity mismatch.