How to translate the data with azure AI translator while doing doing copy activity in azure data factory ?

Nagaraju Ch 40 Reputation points
2024-02-28T12:14:28.74+00:00

Hi folks,

hope you are doing well,

i have a requirement on azure data factory example work flow as follows

  1. i have files which is written in diffrent laguages
  2. need to translate the files into english laguage
  3. i need to copy transalated files into client share point for this i need Azure data factory pipeline flow clould any one can share the sample solution docunt or any solution
Azure Translator
Azure Translator
An Azure service to easily conduct machine translation with a simple REST API call.
408 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,808 questions
{count} votes

Accepted answer
  1. dupammi 8,535 Reputation points Microsoft Vendor
    2024-02-28T13:50:36.0666667+00:00

    Hi @Nagaraju Ch

    Thank you for using the Microsoft Q&A forum.

    You can translate files written in different languages into English and copy the translated files into a client SharePoint using Azure Data Factory. To achieve this, you can use Azure Cognitive Services Translator API to translate the files and Azure Data Factory to copy the translated files to SharePoint.

    Azure Cognitive Services Translator API is a cloud-based machine translation service that supports multiple languages. You can find information on how to use the Azure Cognitive Services Translator API to translate text and files in the Azure Cognitive Services Translator API documentation. Once the files are translated, you can use Azure Data Factory to copy the translated files into the client SharePoint. You can find information on how to create a pipeline that copies data from a source to a destination in the Azure Data Factory documentation.

    Unfortunately, we cannot provide a sample solution document for your specific use case, but the documentation should provide you with the necessary information to design and create a solution that meets your requirements.

    Hope this helps.


    Please do not forget to click Accept Answer and Yes for was this answer helpful, wherever the information provided helps you. This can be beneficial to other community members.

    1 person found this answer helpful.

0 additional answers

Sort by: Most 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.