Connections
Connect Azure OpenAI
Setup steps
- Go portal.azure.com → Azure Active Directory → App registrations → New registration.
- In the new app, go to Certificates & secrets → New client secret. Copy its value immediately — it's only shown once.
- Go to your subscription → Access control (IAM) → Add role assignment → grant this app "Cost Management Reader".
- Paste a JSON object below with tenant_id, client_id, client_secret, and subscription_id (all found on the app's Overview page and your subscription's Overview page).
- Credential
- Azure App Registration JSON
- { "tenant_id": "...", "client_id": "...", "client_secret": "...", "subscription_id": "..." }
- Provider docs
- Open provider console →