#DevHack: use the synchronous Azure translation API in Node

The Azure AI Translator service has a new synchronous API in preview. The nice thing about this API is that it does not require any Azure Storage account to be set up to which you typically need to upload the files to be translated. Instead, you can just send the document to be translated directly to the API and you will get the translated document back.
Published on:
Learn moreRelated posts
NVIDIA NIM on Azure AI Foundry
15 hours ago
Upcoming Updates for Azure Pipelines Agents Images
To ensure our hosted agents in Azure Pipelines are operating in the most secure and up-to-date environments, we continuously update the suppor...
17 hours ago
TLS 1.3 support in Azure Cosmos DB
This article follows announcement on a previous article that mentioned the end of support for Transport Security Layer (TLS) 1.0/1.1. TLS 1.3 ...
1 day ago
Power Pages | Azure AD B2C | Claims mapping
In my previous blog post : [Step by Step] Power Pages : Set up Azure ADÂ B2C I explained the steps to set up Azure AD B2C tenant and configure ...
2 days ago
Azure Data Factory: Read CSV file, Transform and push data to Dataverse
Let’s try to create a simple scenario that we can do in Azure Data Factory! Azure Data Factory is a serverless data integration service ...
3 days ago