Skip to content

Commit b8d5a90

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents 3999eaa + a392f25 commit b8d5a90

File tree

12 files changed

+26
-26
lines changed

12 files changed

+26
-26
lines changed

articles/ai-services/cognitive-services-container-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: aahill
77
manager: nitinme
88
ms.service: azure-ai-services
99
ms.topic: overview
10-
ms.date: 08/28/2023
10+
ms.date: 08/23/2024
1111
ms.author: aahi
1212
keywords: on-premises, Docker, container, Kubernetes
1313
#Customer intent: As a potential customer, I want to know more about how Azure AI services provides and supports Docker containers for each service.

articles/ai-services/language-service/conversational-language-understanding/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: jboback
77
manager: nitinme
88
ms.service: azure-ai-language
99
ms.topic: overview
10-
ms.date: 12/19/2023
10+
ms.date: 08/23/2024
1111
ms.author: jboback
1212
ms.custom: language-service-clu
1313
---

articles/ai-services/language-service/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
manager: nitinme
1313
ms.service: azure-ai-language
1414
ms.topic: hub-page
15-
ms.date: 01/09/2024
15+
ms.date: 08/23/2024
1616
ms.author: jboback
1717
highlightedContent:
1818
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new

articles/ai-services/language-service/language-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jboback
66
ms.author: jboback
77
manager: nitinme
88
ms.service: azure-ai-language
9-
ms.date: 12/19/2023
9+
ms.date: 08/23/2024
1010
ms.topic: quickstart
1111
---
1212

articles/ai-services/language-service/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: jboback
77
manager: nitinme
88
ms.service: azure-ai-language
99
ms.topic: overview
10-
ms.date: 12/19/2023
10+
ms.date: 08/23/2024
1111
ms.author: jboback
1212
---
1313

articles/ai-services/language-service/text-analytics-for-health/how-to/use-containers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ server {
215215

216216
#### Example Docker compose file
217217

218-
The below example shows how a [docker compose](https://docs.docker.com/compose/reference/overview) file can be created to deploy NGINX and health containers:
218+
The below example shows how a [docker compose](https://docs.docker.com/reference/cli/docker/compose/) file can be created to deploy NGINX and health containers:
219219

220220
```yaml
221221
version: "3.7"
@@ -262,7 +262,7 @@ Use the host, `http://localhost:5000`, for container APIs.
262262

263263
### Structure the API request for the container
264264

265-
You can use Postman or the example cURL request below to submit a query to the container you deployed, replacing the `serverURL` variable with the appropriate value. Note the version of the API in the URL for the container is different than the hosted API.
265+
You can use the [Visual Studio Code REST Client extension](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) or the example cURL request below to submit a query to the container you deployed, replacing the `serverURL` variable with the appropriate value. Note the version of the API in the URL for the container is different than the hosted API.
266266

267267
[!INCLUDE [Use APIs in container](../includes/container-request.md)]
268268

articles/ai-services/language-service/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: jboback
77
manager: nitinme
88
ms.service: azure-ai-language
99
ms.topic: whats-new
10-
ms.date: 02/26/2024
10+
ms.date: 08/22/2024
1111
ms.author: jboback
1212
---
1313

articles/ai-services/qnamaker/How-To/metadata-generateanswer-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ We offer precise answer feature only with the QnA Maker managed version.
186186

187187
## Next steps
188188

189-
The **Publish** page also provides information to [generate an answer](../quickstarts/get-answer-from-knowledge-base-using-url-tool.md) with Postman or cURL.
189+
The **Publish** page also provides information to [generate an answer](../quickstarts/get-answer-from-knowledge-base-using-url-tool.md) with the [Visual Studio Code REST Client extension](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) or cURL.
190190

191191
> [!div class="nextstepaction"]
192192
> [Get analytics on your knowledge base](../how-to/get-analytics-knowledge-base.md)

articles/ai-services/qnamaker/Quickstarts/add-question-metadata-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ If you are not continuing to the next quickstart, delete the QnA Maker and Bot f
111111
## Next steps
112112

113113
> [!div class="nextstepaction"]
114-
> [Get answer with Postman or cURL](get-answer-from-knowledge-base-using-url-tool.md)
114+
> [Get answer with the Visual Studio Code REST Client extension or cURL](get-answer-from-knowledge-base-using-url-tool.md)

articles/ai-services/qnamaker/Quickstarts/get-answer-from-knowledge-base-using-url-tool.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use URL tool to get answer from knowledge base - QnA Maker
33
titleSuffix: Azure AI services
4-
description: This article walks you through getting an answer from your knowledge base using a URL test tool such as cURL or Postman.
4+
description: This article walks you through getting an answer from your knowledge base using a URL test tool such as cURL or the Visual Studio Code REST Client extension..
55
#services: cognitive-services
66
manager: nitinme
77
ms.author: jboback
@@ -29,9 +29,9 @@ ms.date: 01/19/2024
2929

3030
::: zone-end
3131

32-
::: zone pivot="url-test-tool-postman"
32+
::: zone pivot="url-test-tool-visual-studio-code-rest-client-extension"
3333

34-
[!INCLUDE [Get answer using Postman](../includes/quickstart-test-tool-Postman.md)]
34+
[!INCLUDE [Get answer using the Visual Studio Code REST Client extension](../includes/quickstart-test-tool-vscode.md)]
3535

3636
::: zone-end
3737

0 commit comments

Comments
 (0)