Skip to content

Commit 587faf3

Browse files
author
Luis Cabrera
authored
Endpoint can be different from west-us
Noting that the endpoint could be different based on the region.
1 parent fa27dc0 commit 587faf3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/cognitive-services/text-analytics/tutorials/tutorial-power-bi-key-phrases.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ A new query, initially named Query1, appears in the Queries list. Double-click t
9595

9696
Now open the Advanced Editor window by clicking **Advanced Editor** in the Query group of the Home ribbon. Delete the code that's already in that window and paste in the following code.
9797

98+
> [!NOTE]
99+
> In the examples below we assume the endpoint is at https://westus.api.cognitive.microsoft.com. Text Analytics supports creation of a subscription in 13 different regions. If you signed up for the service in a different region, please make sure to use the endpoint for the region you selected. It should be shown in the Overview blade in the Azure Portal whe you select your Text Analytics subscription.
100+
98101
```fsharp
99102
// Returns key phrases from the text in a comma-separated list
100103
(text) => let

0 commit comments

Comments
 (0)