Azure OpenAI Whisper From Power Automate
Hi all,
I've successfully created a working Whisper Model In Azure OpenAI Service (tested at
Speech Studio - Whisper Model in Azure OpenAI Service ) to do audio transcriptions. I've had the exact model working via a Custom Connector to the regular OpenAI version of Whisper but need direct access via Azure to avoid needing to give guest users to my app the API Key.
When I try and call it via HTTP in Power Automate I get an 'UnresolveableHostName' error. and the 502 error in the image below
HTTP output is
I'm wondering if it is my URI
Speech Service is 'azureopenaispeechjuneeastus2'
Location / Region is 'eastus2'
Endpoint is 'https://azureopenaispeechjuneeastus2.openai.azure.com/'
Deployment is 'wmcazureopenaiwhisper'
Any thoughts would be appreciated.