Skip to content

Commit e3a8e4a

Browse files
authored
Merge pull request #111131 from diberry/diberry/0413-public-issue-51990
Diberry/0413 public issue 51990
2 parents ef9cdf8 + ffd86fd commit e3a8e4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cognitive-services/QnAMaker/Quickstarts/quickstart-rest-curl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Quickstart: Use cURL & REST to manage knowledge base - QnA Maker"
33
description: This quickstart shows you how to create, publish, and query your knowledge base using the REST APIs.
4-
ms.date: 02/27/2020
4+
ms.date: 04/13/2020
55
ROBOTS: NOINDEX,NOFOLLOW
66
ms.custom: RESTCURL2020FEB27
77
ms.topic: quickstart
@@ -16,9 +16,9 @@ This quickstart walks you through creating, publishing, and querying your knowle
1616
## Prerequisites
1717

1818
* The current version of [cURL](https://curl.haxx.se/). Several command-line switches are used in the quickstarts, which are noted in the [cURL documentation](https://curl.haxx.se/docs/manpage.html).
19-
* You must have a [QnA Maker resource](../How-To/set-up-qnamaker-service-azure.md). To retrieve your key and resource name, select **Quickstart** for your resource in the Azure portal. The resource name is the first part of the endpoint URL:
19+
* You must have a [QnA Maker resource](../How-To/set-up-qnamaker-service-azure.md), to use the key and resource name. You entered the resource **Name** during resource creation, then the key was created for you. The resource name is used as the subdomain for your endpoint. To retrieve your key and resource name, select **Quickstart** for your resource in the Azure portal. The resource name is the first subdomain of the endpoint URL:
2020

21-
`https://REPLACE-WITH-YOUR-RESOURCE-NAME.cognitiveservices.azure.com/qnamaker/v4.0`
21+
`https://YOUR-RESOURCE-NAME.cognitiveservices.azure.com/qnamaker/v4.0`
2222

2323
> [!CAUTION]
2424
> The following BASH examples use the `\` line continuation character. If you console or terminal uses a different line continuation character, use this character.

0 commit comments

Comments
 (0)