Azure Document Translation Not Available – Only Text Translation Resource Created

schoo 0 Reputation points
2025-05-14T07:58:24.77+00:00

Hi, I created a Translator resource through the Azure Portal (East Asia region), and it only shows TextTranslation under API Kind. There's no option or endpoint for Document Translation, and I didn't see a separate way to enable it during setup.

I followed the official guide, but it assumes the document translation endpoint is available. I couldn’t find any setting that enables it.

Do I need to:

Use a different region?

Create the resource differently (via CLI, ARM, or a different service)?

Or is there something else I’m missing to get the Document Translation endpoint?

Attached my desktop screenshot for your reference:User's imageUser's image

I'd sincerely appreciate any help. Just want to know the correct way to enable and access Document Translation. Thanks

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. SriLakshmi C 6,255 Reputation points Microsoft External Staff Moderator
    2025-05-14T12:44:16.42+00:00

    Hello @schoo,

    I understand that you're encountering an issue where the Document Translation endpoint isn't available in your Translator resource. This typically happens due to a few common configuration requirements.

    Here’s what you need to ensure:

    Document Translation is only supported in the single-service Translator resource. If you’ve created a multi-service Azure AI services resource, the Document Translation capability will not be exposed. Confirm that you’re using the correct resource type.

    Document Translation is not available in all regions. For example, East Asia is not currently supported, which may explain why you're not seeing the endpoint. Supported regions include East US, East US 2, West US 2, among others. You'll need to create the Translator resource in one of these regions to access the feature.

    Please refer this Supported regions.

    The Free (F0) tier does not support Document Translation. You must choose either the S1 Standard Service Plan or the D3 Volume Discount Plan when creating the resource.

    Document Translation requires a system-assigned managed identity on your Translator resource. This identity should also be granted the "Storage Blob Data Contributor" role to enable access to Azure Blob Storage, which is often used for document input and output.

    If you plan to translate documents stored in the cloud, ensure that you have a properly configured Azure Blob Storage account, as it's a prerequisite for document translation workflows.

    Also refer this Prerequisites.

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


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

    Thank you!


  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

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.