You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/QnAMaker/Tutorials/create-publish-query-in-portal.md
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,8 @@
1
1
---
2
2
title: "Tutorial: Create, publish, and answer in QnA Maker"
3
-
titleSuffix: Azure Cognitive Services
4
3
description: This tutorial shows how to create a new knowledge base with questions and answers from a public web-based FAQ. Save, train, and publish the knowledge base. After the knowledge base is published, send a question and receive an answer with a cURL command. Then create a bot, and test the bot with the same question.
5
-
services: cognitive-services
6
-
author: diberry
7
-
manager: nitinme
8
-
ms.custom: seodec18
9
-
ms.service: cognitive-services
10
-
ms.subservice: qna-maker
11
4
ms.topic: tutorial
12
-
ms.date: 10/14/2019
13
-
ms.author: diberry
5
+
ms.date: 01/28/2020
14
6
#Customer intent: As an model designer, new to the QnA Maker service, I want to understand all the process requirements to create a knowledge base and generate an answer from that knowledge base.
15
7
---
16
8
@@ -41,7 +33,8 @@ This tutorial requires an existing [QnA Maker service](../How-To/set-up-qnamaker
41
33
42
34
1. Select **Create a knowledge base** from the top menu.
43
35
44
-

36
+
> [!div class="mx-imgBorder"]
37
+
> 
45
38
46
39
1. Skip the first step, because you will use your existing QnA Maker service.
47
40
@@ -52,32 +45,40 @@ This tutorial requires an existing [QnA Maker service](../How-To/set-up-qnamaker
52
45
|Microsoft Azure Directory ID|This ID is associated with the account you use to sign into the Azure portal and the QnA Maker portal. |
53
46
|Azure Subscription name|The billing account in which you created the QnA Maker resource.|
|Language|Language used for all knowledge bases in service. Do not mix languages in a single resource. That will harm answer quality.|
55
49
56
-

50
+
> [!div class="mx-imgBorder"]
51
+
> 
57
52
58
53
1. Enter your knowledge base name, `My Tutorial kb`.
59
54
60
-

55
+
> [!div class="mx-imgBorder"]
56
+
> 
61
57
62
58
1. Populate your knowledge base with the following settings:
63
59
64
60
|Setting name|Setting value|Purpose|
65
61
|--|--|--|
62
+
|Enable multi-turn extraction|Checked|Allows for follow-up prompts.|
63
+
|Default answer text|`No good answer was found.`|Returned when there is no match to the question.|
66
64
|URL|`https://docs.microsoft.com/azure/cognitive-services/qnamaker/faqs`|The contents of the FAQ at that URL are formatted with a question followed by an answer. QnA Maker can interpret this format to extract questions and the associated answers.|
67
65
|File |_not used in this tutorial_|This uploads files for questions and answers. |
68
66
|Chit-chat personality|Friendly|This gives a friendly and casual [personality](../Concepts/best-practices.md#chit-chat) to common questions and answers. You can edit these questions and answers later. |
69
67
70
-

68
+
> [!div class="mx-imgBorder"]
69
+
> 
71
70
72
71
1. Select **Create your KB** to finish the creation process.
73
72
74
-

73
+
> [!div class="mx-imgBorder"]
74
+
> 
75
75
76
76
## Review, save, and train the knowledge base
77
77
78
78
1. Review the questions and answers. The first page is questions and answers from the URL.
79
79
80
-

80
+
> [!div class="mx-imgBorder"]
81
+
> 
81
82
82
83
1. Select the last page of questions and answers from the bottom of the table. The page shows questions and answers from the Chit-chat personality.
Copy file name to clipboardExpand all lines: articles/cost-management-billing/reservations/save-compute-costs-reservations.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.author: banders
11
11
12
12
# What are Azure Reservations?
13
13
14
-
Azure Reservations help you save money by committing to one-year or three-years plans for virtual machines, Azure Blob storage or Azure Data Lake Storage Gen2, SQL Database compute capacity, Azure Cosmos DB throughput, or other Azure resources. Committing allows you to get a discount on the resources you use. Reservations can significantly reduce your resource costs up to 72% on pay-as-you-go prices. Reservations provide a billing discount and don't affect the runtime state of your resources.
14
+
Azure Reservations help you save money by committing to one-year or three-years plans for virtual machines, Azure Blob storage or Azure Data Lake Storage Gen2, SQL Database compute capacity, Azure Disk Storage, Azure Cosmos DB throughput, or other Azure resources. Committing allows you to get a discount on the resources you use. Reservations can significantly reduce your resource costs up to 72% on pay-as-you-go prices. Reservations provide a billing discount and don't affect the runtime state of your resources.
15
15
16
16
You can pay for a reservation up front or monthly. The total cost of up-front and monthly reservations is the same and you don't pay any extra fees when you choose to pay monthly. Monthly payment is available for Azure reservations, not third party products.
17
17
@@ -27,6 +27,7 @@ Service plans:
27
27
28
28
-**Reserved Virtual Machine Instance** - A reservation only covers the virtual machine compute costs. It doesn't cover additional software, networking, or storage charges.
29
29
-**Azure Storage reserved capacity** - A reservation covers storage capacity for standard storage accounts for Blob storage or Azure Data Lake Gen2 storage. The reservation does not cover bandwidth or transaction rates.
30
+
-**Azure Disk Storage reservations** - A reservation only covers premium SSDs of P30 size or greater. It does not cover any other disk types or sizes smaller than P30.
30
31
-**Azure Cosmos DB reserved capacity** - A reservation covers throughput provisioned for your resources. It doesn't cover the storage and networking charges.
31
32
-**SQL Database reserved vCore** - Only the compute costs are included with a reservation. The license is billed separately.
32
33
-**SQL Data Warehouse** - A reservation covers cDWU usage. It doesn't cover storage or networking charges associated with the SQL Data Warehouse usage.
@@ -35,7 +36,6 @@ Service plans:
35
36
- Azure Database for PostgreSQL
36
37
- Azure Database for MariaDB
37
38
- Azure Data Explorer
38
-
- Premium SSD Managed Disks
39
39
40
40
41
41
For Windows virtual machines and SQL Database, you can cover the licensing costs with [Azure Hybrid Benefit](https://azure.microsoft.com/pricing/hybrid-benefit/).
0 commit comments