Skip to content

Commit 805eab4

Browse files
author
Sherry Yang
committed
Update.
1 parent 0021289 commit 805eab4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • learn-pr/wwl-data-ai/get-started-with-text-analysis-in-azure/includes

learn-pr/wwl-data-ai/get-started-with-text-analysis-in-azure/includes/3-language-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When you create a Language resource, Azure creates an *endpoint* for Azure Langu
1717
When you run your application code, your application sends a request, or call, to the endpoint. The call can be sent using the REST API or SDK. The service returns a response, such as key phrases detected, in a format known as JSON.
1818

1919
>[!NOTE]
20-
>You can review foundational material on [applications and using endpoints here](/training/modules/get-started-with-ai-in-azure/5-endpoints?pivots=text).
20+
>You can review foundational material on [applications and using endpoints here](/training/modules/get-started-with-ai-in-azure/5-endpoints?pivots=text?azure-portal=true).
2121
2222
The **Azure Language SDK** is a set of programming libraries that let your application talk to Azure’s Language Services. You would use the SDK when writing applications in **Python**, **JavaScript**, **C#**, or **Java**.
2323

0 commit comments

Comments
 (0)