top of page

Azure AI Foundry Agent + Logic App Integration
I designed and deployed an AI Agent in Azure AI Foundry that integrates with a Logic App to deliver personalized Outlook.com birthday messages.
Workflow
-
Built an HTTP-triggered Logic App with a defined JSON schema (to, subject, message)
-
Configured Outlook.com Send Email (V2) for dynamic birthday greetings
-
Implemented a Response step returning clean API output to the agent
Challenges Solved
-
Managing authentication across personal and organizational tenants
-
Selecting the correct Outlook connector (consumer vs. Office 365)
-
Debugging HTTP method conflicts (POST vs. GET)


bottom of page