Issue when working in Speech Studio

Mariana Logvinenko 20 Reputation points
2025-01-15T14:07:56.9666667+00:00

Hey everyone,

When I tried to use options within Speech Studio (like, Speech Translation, or Real Time speech to text), I got "Unable to contact server. StatusCode: 1006" error. When I analyze the logs, I got the 403 Error - "A Virtual Network is configured for this resource. Please use the correct endpoint for making requests." For my Azure AI Service I use Virtual Network. Even after adding IP to Firewall IP ranges, I still get the same error.

Has anything changed for Speech Studio? Could you please point where the error might be?

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

1 answer

Sort by: Most helpful
  1. Pavankumar Purilla 2,930 Reputation points Microsoft Vendor
    2025-01-17T00:06:45.7266667+00:00

    Hi Mariana Logvinenko,
    Greetings & Welcome to Microsoft Q&A forum! Thanks for posting your query!

    It seems like there are two main issues in Speech Studio

    Error 1006: Unable to contact server

    This usually happens if the endpoint is incorrect.

    Ensure you’re using the correct region-specific endpoint, e.g., {region}.tts.speech.microsoft.com (replace {region} with your Azure region, like westus or northeurope).

    Error 403: Virtual Network is configured

    This occurs because your Speech service is secured by a Virtual Network (VNet).

    Verify that your Firewall IP ranges are correct and match your VNet settings.

    Check that the Speech service has a private endpoint properly configured and that DNS settings resolve the endpoint to your VNet.

    If you want Speech Studio to access the service, temporarily enable the public endpoint in the Networking settings.

    Here are a few steps you can take to troubleshoot and resolve these issues:

    Verify Endpoint Configuration: Double-check that you are using the correct endpoint for your region.

    Update Subscription Key: Sometimes, generating a new subscription key and updating it in your configuration can resolve connectivity issues.

    Check Firewall Settings: Ensure that the IP addresses added to the Firewall IP ranges are correct and that there are no typos or missing entries.

    Review Virtual Network Configuration: Confirm that your Virtual Network settings are correctly configured to allow traffic from the necessary IP ranges.

    If these steps do not resolve the issue, please raise a support request through the Azure portal Microsoft Support.

    Hope this helps. Do let us know if you have any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful.


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.