Azure Translate API Configuration
Azure Translate API Configuration
Instruction
To use the Microsoft Azure Translator Text API, you need to obtain Azure credentials in the form of an API key. Follow these steps to get your Azure credentials for the Translate API:
-
Subscription Key
- Log in to the Azure portal
- Navigate to your Translator Text resource.
- In the left-hand menu, under "Settings," click on "Keys and Endpoint."
- Copy either "Key1" or "Key2" under the "Keys" section. This is your Subscription Key.
- Endpoint (URL)
- In the same "Keys and Endpoint" section, find the "Endpoint" field.
- Copy the URL next to "Endpoint." This is your Endpoint URL.
- Subscription Region
- In the same "Keys and Endpoint" section, find the "Location" field.
- Copy the region value next to "Location." This is your Subscription Region.
Now you have collected the necessary information:
- Subscription Key: [Your Subscription Key]
- Endpoint (URL): [Your Endpoint URL]
- Subscription Region: [Your Subscription Region]