Vapi doesnt support my Azure Custom Voice ID
Hey! Does anyone know why Vapi sends me this error message when I am trying to implement an Azure Voice?

voiceId you are using is correct and formatted as outlined in Azure's documentation. It should look like "en-US-EmmaNeural".voice property in the assistant configuration is set up properly:voiceId"en-US-EmmaNeural"voice {
"voice": {
"provider": "azure",
"voiceId": "your-azure-voice-id"
}
}