Skip to main content
Azure Speech provides voice for the agent’s replies and transcription of what the caller says, from your own Azure Speech resource. One connection covers both.

What you need

Getting your credentials

  1. Sign in to the Azure portal and open your Speech resource. Create one first if you do not have it.
  2. Go to Keys and Endpoint.
  3. Copy either key. Azure issues two keys per resource — both work, and having two lets you rotate one while the other stays live.
  4. Note the Location/Region shown on the same page. That is the value to enter here.
The region is fixed when the resource is created and cannot be changed afterwards. Keys are bound to that region: a key from a resource in one region fails to authenticate against another. If you need a different region, create a new Speech resource there and use its key.
If you have several Azure resources, confirm the one you copied from is a Speech resource. Keys from other Azure AI resources are not interchangeable with it.

Adding the connection

  1. Go to Connections and choose Azure Speech.
  2. Paste the API key.
  3. Enter the region of the resource the key belongs to.
  4. Choose which services this connection drives — voice, transcription, or both.
  5. Save, then place a test call. A wrong key or a mismatched region saves without complaint and surfaces on the first call.

What you can select afterwards

Choose your voice and language on Model Configurations. There is no model to pick — recognition follows the language, synthesis follows the voice. Voice — names are locale-prefixed, as in en-US-AvaNeural. Copy the full name rather than the label. Availability depends on your region — check Microsoft’s region list and voice list. Language — set it to match your callers. See Microsoft’s language support.

Using Azure Speech for only one service

If you want Azure voices with a different transcriber, turn the transcription service off on the connection — and the reverse if you want Azure transcription behind another voice provider. The unused role stays off until you enable it.

Completing the pipeline

Azure Speech has no language model. To run the agent’s reasoning on Azure too, add Azure OpenAI as a separate connection with its own credential. Any other LLM connection works alongside Azure Speech just as well. If you would rather have one model handle speech end to end instead of separate voice and transcription, see OpenAI Realtime.

Troubleshooting

The usual cause is a region mismatch. Reopen Keys and Endpoint on the resource and confirm the region you entered matches the Location/Region shown there. A valid key still fails against any region other than its own.
That voice is likely not offered in your resource’s region. Check the region list — HD and specialized voices are limited to a subset of regions. Either pick a voice available in your region, or create a Speech resource in a region that offers the one you want.
Azure expects the full locale-prefixed name, as in en-US-AvaNeural, not the display name shown in a voice gallery.
Check the language setting first — a mismatch between the configured locale and what the caller actually speaks is the usual cause.
Azure AI resources each have their own keys. A key from an Azure OpenAI resource will not authenticate against Speech. Copy the key from the Speech resource itself, and see Azure OpenAI for that connection.