Hello Ashwath Bala S,
Thank you for posting your question in the Microsoft Q&A forum.
The integration between AI Foundry's Voice Live API and Azure Logic Apps presents two key issues: failed HTTPS triggers when using the "Action" feature and non-persistent agent configurations. For the Logic Apps problem, verify the POST endpoint accepts JSON payloads and check for CORS or authentication errors in the run history. The configuration persistence issue likely stems from unsaved session data explore AI Foundry's template export features or consider storing settings in Azure Cosmos DB.
Testing the text-based functionality before implementing voice features helps isolate integration problems. Detailed error logs and network traces will clarify why Logic Apps requests fail when routed through AI Foundry. Meanwhile, saving agent instructions and avatars externally ensures they persist across sessions.
Microsoft's Logic Apps troubleshooting guide and Cosmos DB documentation provide relevant solutions. Resolving these issues will create a stable foundation for the voice-based agent while improving usability through saved configurations.
Some Microsoft reference documentation you may review:
https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-diagnosing-failures?tabs=consumption
https://learn.microsoft.com/en-us/azure/cosmos-db/
If the above answer helped, please do not forget to "Accept Answer" as this may help other community members to refer the info if facing a similar issue. Your contribution to the Microsoft Q&A community is highly appreciated.