Glossaries not working with Azure Translator

Vandanaa Sankaranarayanan 0 Reputation points
2025-08-08T05:42:03.5233333+00:00

Hi,

I am using Azure Translate service for my Bot that translates Customer query to English for the Agent and English to detected language for the Customer. There are certain words whose meaning needs to be preserved. To achieve that I have uploaded my glossary file (TSV) in Azure Blob Storage and appending the Glossary URL. The below URL is not taking or referring my glossary file. Glossary URL: https://<<blob storage name>>.blob.core.windows.net/<<containername>>/<<filename.tsv>>?<<SaSToken>

Endpoint: https://api.cognitive.microsofttranslator.com/translate?api-version=3.0&from=<<Fromlanguage>>&to=<<target language>>

**Body **: [ { "text":"<<User query with glossary words>>", "customization":{ "glossaries":[ { "format":"tsv", "url":"<<Glossary URL>>" } ] } } ]

In Headers passing the Keys.

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

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.