azure-openai
Installation
SKILL.md
Skill: Azure OpenAI Integration
When to Use
Trigger when integrating Azure OpenAI (or AI Foundry models) with Power Platform — from Power Automate flows, Code Apps, Copilot Studio agents, or when making architecture decisions about which AI approach to use.
Integration Patterns
| Pattern | Description | Best For |
|---|---|---|
| AI Builder prompts | Low-code GPT prompts in flows/apps | Simple text generation, classification, extraction |
| Azure AI Foundry connector | Power Automate connector to AOAI | Flow-based AI with premium connector |
| HTTP connector to AOAI | Direct REST calls to AOAI endpoint | Full control, streaming, advanced parameters |
| Custom API + Azure Function | Server-side AI calls exposed via Custom API | Code Apps, secure key management, streaming |
| Copilot Studio BYOM | Custom model for agent responses/prompts | Domain-specific agent behavior |
| Copilot Studio generative actions | AI selects actions dynamically | Context-dependent automation |