Use Azure Speech through a fixed public IP

Julien S 1 Reputation point
2024-06-11T18:38:08.1833333+00:00

A customer wishes to utilize the Azure Speech service via the internet while reducing the number of IP addresses that must be unblocked by their firewall. I tried to do that by adding a virtual network to my speech resource, creating a public IP, and assigning it to my virtual network through a network interface configuration, but it's not working.

Is there a method to achieve this?

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

1 answer

Sort by: Most helpful
  1. romungi-MSFT 43,656 Reputation points Microsoft Employee
    2024-06-12T07:59:42.57+00:00

    @Julien S You cannot create a fixed public IP to the resource, however you can try creating private endpoint which provides a dedicated private IP address for your resource.

    Please see this section of the documentation on how you can enable this for a resource. Thanks!!

    1 person found this answer helpful.
    0 comments No comments