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

  1. HTTP-triggered Logic App with JSON schema (to, subject, message)

  2. Outlook.com Send Email (V2) action for dynamic birthday greetings

  3. 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.

image.png
bottom of page