I'm trying out the Text Analytics API for sentiment analysis and just wondering which API address I should use. I've seen two formats in the docs/tutorials.
1. [location].api.cognitive.microsoft.com/text/analytics/v3.0/sentiment
2. [myResourceName].cognitiveservices.azure.com/text/analytics/v3.0/sentiment
Does it matter which of these endpoints I hit? Is there a use case for one over the other?