
Announcements
You're trying to connect Azure AI Document Intelligence with Power Automate using the free tiers of both services, and you're encountering the error:
"cloud connector call failed with status code 'Bad Request'"
This issue is common when integrating custom-trained models from Azure Document Intelligence Studio into Power Automate, especially when not using AI Builder. Here's a breakdown of what’s likely happening and how to resolve it.
Based on internal documentation and recent forum discussions , the error typically stems from one or more of the following:
Content-Type: application/json or the body might be incorrectly formatted.If possible, retrain or import your model into AI Builder within Power Platform. This avoids connector limitations and ensures compatibility with Power Automate’s native actions.
The free tier of Power Automate may block certain connector calls. Upgrading to a Power Automate Premium license unlocks access to custom connectors and Azure integrations .
Ensure your flow uses:
https://<region>.api.cognitive.microsoft.com){
"Content-Type": "application/json",
"Ocp-Apim-Subscription-Key": "
}
If Power Automate continues to block the connector, consider using Azure Logic Apps, which is more flexible for custom integrations and shares the same engine as Power Automate .