@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.