top of page

Azure AI Foundry Agent + Logic App Integration
​
I built an AI Agent in Azure Foundry that connects to a Logic App to send personalized Outlook.com birthday emails.
Workflow
-
HTTP-triggered Logic App with JSON schema (to, subject, message)
-
Outlook.com Send Email (V2) action for dynamic birthday greetings
-
Response step returns a clean API result to the agent
Challenges Solved
-
Authentication across personal vs work tenants
-
Setting up the right connector
-
Fixing HTTP POST vs GET errors
💡 Takeaway
This project demonstrates my ability to wire up end-to-end cloud automation:
🤖 AI agent → 🔗 Logic App → 📧 Outlook action.

bottom of page