You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to deploy my Azure Translator instance in another region than global. Would it be possible to extend the bot's configuration file by the property 'MicrosoftTranslatorRegion'?
The actual translation request would then need an additional header with the value found in 'MicrosoftTranslatorRegion'.
I would like to deploy my Azure Translator instance in another region than global. Would it be possible to extend the bot's configuration file by the property 'MicrosoftTranslatorRegion'?
The actual translation request would then need an additional header with the value found in 'MicrosoftTranslatorRegion'.
request.Headers.Add("Ocp-Apim-Subscription-Region", configuration["MicrosoftTranslatorRegion"]);
The text was updated successfully, but these errors were encountered: