FQDNs and Port Numbers for Inbound and Outbound Communication with Speech SDK

Korogi Tomoki 0 Reputation points
2023-06-13T09:10:42.7266667+00:00

What are the specific FQDNs and port numbers required for inbound and outbound external communication when using the Speech SDK? This information is needed to properly configure the firewall settings for applications utilizing the Speech SDK. Please provide a concise answer with any relevant code snippets or documentation references.

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,078 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 48,916 Reputation points Microsoft Employee Moderator
    2023-06-13T13:34:11.02+00:00

    @Korogi Tomoki To configure the firewall settings for applications utilizing the Speech SDK, you need to allow outbound traffic on port 443 for the following FQDNs:

    {region}.{speech service offering}.speech.microsoft.com/{URL path}

    Where, region corresponds to the region of your resource and speech service offering is the feature of speech service that you want to use. For example, stt is the offering for speech to text. The SDK only supports calling in websocket(WS) but not REST.

    If you are using custom domain name and a private endpoint the setup is also the same. This is documented on this page for SDK and REST API. I hope this helps!!

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.