My Azure Translator service keeps failing intermittently, then automatically fixed

John Whitney 0 Reputation points
2025-06-13T12:35:01.3133333+00:00

My Azure Translator service goes down on a routine basis, then comes back up at some point. Please help. To reproduce this issue, I simply go to the "TryIt" tab on the translator service page, type in "Hello World", and I get the following error: Translation failed. Please try again later. It is also failing when I try to make a call to this service from my web app.

User's image

Azure AI Translator
Azure AI Translator
An Azure service to easily conduct machine translation with a simple REST API call.
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Ravada Shivaprasad 920 Reputation points Microsoft External Staff Moderator
    2025-06-13T21:52:03.4466667+00:00

    Hi John Whitney

    The Azure Translator service has been encountering sporadic disruptions, where it temporarily goes offline and then resumes functionality. Users interacting with the service—either through the TryIt tab on the Translator service page or via web application calls—are receiving an error message that reads, “Translation failed. Please try again later.”

    These intermittent failures may be attributed to a variety of underlying causes, including network connectivity issues, service-level interruptions, or misconfigured authentication settings. To address this, it is essential to begin by checking the current status of the Azure Translator service to determine whether there are any ongoing outages. Next, authentication mechanisms should be verified, ensuring that the correct headers are used—either the Ocp-Apim-Subscription-Key or the Authorization header with a valid Bearer token.

    Additionally, network connectivity between the web application and the Translator endpoint should be assessed to rule out any latency or access issues. It is also advisable to consult the Azure AI Translator documentation for any known issues that might be affecting text translation. For example, a typical request using the Ocp-Apim-Subscription-Key header would involve a POST call to the translation endpoint with the appropriate headers and payload. After completing these diagnostic steps, the service should be retested using the TryIt tab or a direct call from the web app to confirm that the issue has been resolved. The expected outcome is a stable and reliable translation experience without recurring failures.

    Hope it Helps

    Thanks


  2. John Whitney 0 Reputation points
    2025-07-07T10:15:12.9766667+00:00

    Hi Ravada,

    I have switched to the Google Cloud translation service, as this service seems to be much more reliable.

    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.