Answered by:
Text Analytics Nuget package missing many Azure regions

Question
-
I am writing a web app which leverages the Microsoft.Azure.CognitiveServices.Language Nuget SDK package. My Text Analytics service is hosted in East US. However, the SDK only allows to choose one of the following options:
// Summary:
// Defines values for AzureRegions.
[JsonConverter(typeof(StringEnumConverter))]
public enum AzureRegions
{
Westus = 0,
Westeurope = 1,
Southeastasia = 2,
Eastus2 = 3,
Westcentralus = 4
}
How can I work with the EastUS endpoint while still leveraging the Nuget SDK?
- Edited by noamo48 Thursday, April 19, 2018 2:16 PM
- Moved by Jason_J (Azure) Monday, May 7, 2018 10:25 PM
Thursday, April 19, 2018 2:15 PM
Answers
-
Looks like the MSDN Cognitive Services forums has been archived and locked. They're suggesting you ask for help over here.
https://stackoverflow.com/questions/tagged/microsoft-cognitive
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Richard MuellerMVP Tuesday, May 8, 2018 12:46 PM
- Marked as answer by Richard MuellerMVP Monday, May 14, 2018 1:13 PM
Monday, May 7, 2018 10:35 PM
All replies
-
Hi,
The right forum for the questions will be Cognitive Services. Please post this question there for better response.
https://social.msdn.microsoft.com/Forums/en-US/home?forum=mlapi
Best Regards Sorna
Tuesday, April 24, 2018 12:43 PM -
Hi noamo48,
Cognitive Services support has been moved per this thread:
https://social.msdn.microsoft.com/Forums/en-US/6d6666c7-a287-4f87-8138-c63661a84ff9/support-for-cognitive-services-has-moved-to-a-new-location-see-details-here?forum=mlapi
Monday, May 7, 2018 10:27 PM -
Looks like the MSDN Cognitive Services forums has been archived and locked. They're suggesting you ask for help over here.
https://stackoverflow.com/questions/tagged/microsoft-cognitive
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Richard MuellerMVP Tuesday, May 8, 2018 12:46 PM
- Marked as answer by Richard MuellerMVP Monday, May 14, 2018 1:13 PM
Monday, May 7, 2018 10:35 PM