Skip to content

Commit ebe7814

Browse files
authored
Merge pull request #86001 from diberry/0820-qna-freshness-1
[Cogsvcs] QnA Maker - freshness
2 parents b3cd731 + c24e548 commit ebe7814

File tree

4 files changed

+27
-22
lines changed

4 files changed

+27
-22
lines changed

articles/cognitive-services/QnAMaker/How-To/business-continuity-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: qna-maker
1010
ms.topic: conceptual
11-
ms.date: 01/14/2019
11+
ms.date: 08/20/2019
1212
ms.author: diberry
1313
---
1414

articles/cognitive-services/QnAMaker/How-To/collaborate-knowledge-base.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: qna-maker
1010
ms.topic: conceptual
11-
ms.date: 01/14/2019
11+
ms.date: 08/20/2019
1212
ms.author: diberry
1313
---
1414

@@ -22,23 +22,23 @@ Perform the following steps to share your QnA Maker service with someone:
2222

2323
![QnA Maker resource list](../media/qnamaker-how-to-collaborate-knowledge-base/qnamaker-resource-list.PNG)
2424

25-
2. Go to the **Access Control (IAM)** tab.
25+
1. Go to the **Access Control (IAM)** tab.
2626

2727
![QnA Maker IAM](../media/qnamaker-how-to-collaborate-knowledge-base/qnamaker-iam.PNG)
2828

29-
3. Select **Add**.
29+
1. Select **Add**.
3030

3131
![QnA Maker IAM add](../media/qnamaker-how-to-collaborate-knowledge-base/qnamaker-iam-add.PNG)
3232

33-
4. Select the **Owner** or the **Contributor** role. You cannot grant read-only access through Role-Based Access Control. Owner and Contributor role has read-write access right to QnA Maker service.
33+
1. Select the **Owner** or the **Contributor** role. You cannot grant read-only access through Role-Based Access Control. Owner and Contributor roles have read-write access permissions to the QnA Maker service.
3434

3535
![QnA Maker IAM add role](../media/qnamaker-how-to-collaborate-knowledge-base/qnamaker-iam-add-role.PNG)
3636

37-
5. Enter the email you want to share with, and press save.
37+
1. Enter the user's email address and press **Save**.
3838

3939
![QnA Maker IAM add email](../media/qnamaker-how-to-collaborate-knowledge-base/qnamaker-iam-add-email.PNG)
4040

41-
Now when the person you shared your QnA Maker service with, logs into the [QnA Maker portal](https://qnamaker.ai) they can see all the knowledge bases in that service.
41+
When the person, you shared your QnA Maker service with, logs into the [QnA Maker portal](https://qnamaker.ai) they can see all the knowledge bases in that service.
4242

4343
Remember, you cannot share a particular knowledge base in a QnA Maker service. If you want more granular access control, consider distributing your knowledge bases across different QnA Maker services.
4444

articles/cognitive-services/QnAMaker/How-To/language-knowledge-base.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,34 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: qna-maker
1010
ms.topic: conceptual
11-
ms.date: 01/14/2019
11+
ms.date: 08/20/2019
1212
ms.author: diberry
1313
---
1414
# Language support of knowledge base content for QnA Maker
15+
1516
QnA Maker supports knowledge base content in many languages. However, each QnA Maker service should be reserved for a single language. The first knowledge base created targeting a particular QnA Maker service sets the language of that service. See [here](../Overview/languages-supported.md) for the list of supported languages.
1617

1718
The language is automatically recognized from the content of the data sources being extracted. Once you create a new QnA Maker Service and a new Knowledge Base in that service, you can verify that the language has been set correctly.
1819

19-
1. Navigate to the [Azure Portal](https://portal.azure.com/).
20+
1. Navigate to the [Azure portal](https://portal.azure.com/).
2021

21-
2. Select **resource groups** and navigate to the resource group where the QnA Maker service is deployed and select the **Azure Search** resource.
22+
1. Select **resource groups** and navigate to the resource group where the QnA Maker service is deployed and select the **Azure Search** resource.
2223

2324
![Select Azure Search resource](../media/qnamaker-how-to-language-kb/select-azsearch.png)
2425

25-
3. Select the **testkb** index. This Azure Search index is always the first one created and it contains the saved content of all the knowledge bases in that service.
26+
1. Select the **testkb** index. This Azure Search index is always the first one created and it contains the saved content of all the knowledge bases in that service.
2627

2728
![Select the Test KB](../media/qnamaker-how-to-language-kb/select-testkb.png)
2829

29-
4. Select **Fields** section showing the testkb details.
30+
1. Select **Fields** section showing the _testkb_ details.
3031

3132
![Select Fields](../media/qnamaker-how-to-language-kb/selectfields.png)
3233

33-
5. Check the box for **Analyzer** to see language details.
34+
1. Check the box for **Analyzer** to see language details.
3435

3536
![Select Analyzer](../media/qnamaker-how-to-language-kb/select-analyzer.png)
3637

37-
6. You should find that the Analyzer is set to a particular language. This language was automatically detected during the knowledge base creation step. This language cannot be changed once the resource is created.
38+
1. You should find that the _Analyzer_ is set to a specific language. This language was automatically detected during the knowledge base creation step from the imported files and URLs. This language cannot be changed once the resource is created.
3839

3940
![Selected Analyzer](../media/qnamaker-how-to-language-kb/selected-analyzer.png)
4041

articles/cognitive-services/QnAMaker/How-To/troubleshooting-runtime.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,41 +8,45 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: qna-maker
1010
ms.topic: article
11-
ms.date: 01/14/2019
11+
ms.date: 08/20/2019
1212
ms.author: diberry
1313
ms.custom: seodec18
1414
---
1515

1616
# Troubleshooting tips to support the QnA Maker service and runtime
17-
QnAMaker comprises of components hosted in the user's Azure account. Debugging may require users to manipulate their QnAMaker Azure resources or provide QnAMaker support team with additional information about their setup.
17+
18+
QnAMaker comprises resources hosted in the user's Azure subscription. Debugging may require users to manipulate their Azure QnAMaker resources or provide the QnAMaker support team with additional information about their setup.
1819

1920
## How to get latest QnAMaker runtime updates
20-
QnAMaker runtime is part of the Azure App Service deployed when you [create a QnAMaker service](./set-up-qnamaker-service-azure.md) in Azure portal. Updates are made periodically to the runtime. QnA Maker App Service is on auto update mode post our Apr 2019 site extension release (version 5+). This is already designed to take care of ZERO downtime during upgrades. You can check your current version at https://www.qnamaker.ai/UserSettings. If your version is older than version 5.x, you must restart the App Service to apply the latest updates to apply to your QnAMaker setup.
21+
22+
The QnAMaker runtime is part of the Azure App Service deployed when you [create a QnAMaker service](./set-up-qnamaker-service-azure.md) in Azure portal. Updates are made periodically to the runtime. QnA Maker App Service is on auto-update mode after the Apr 2019 site extension release (version 5+). This is already designed to take care of ZERO downtime during upgrades.
23+
24+
You can check your current version at https://www.qnamaker.ai/UserSettings. If your version is older than version 5.x, you must restart the App Service to apply the latest updates.
2125

2226
1. Go to your QnAMaker service (resource group) in the [Azure portal](https://portal.azure.com)
2327

2428
![QnAMaker Azure resource group](../media/qnamaker-how-to-troubleshoot/qnamaker-azure-resourcegroup.png)
2529

26-
2. Click on the App Service and open the Overview section
30+
1. Click on the App Service and open the Overview section
2731

2832
![QnAMaker App Service](../media/qnamaker-how-to-troubleshoot/qnamaker-azure-appservice.png)
2933

30-
3. Restart the App service. It should complete within a couple of seconds. Note that your downstream applications/bots build on this QnAMaker service will be unavailable to end-users during this restart period.
34+
1. Restart the App service. It should complete within a couple of seconds. Note that any dependent applications or bots that use this QnAMaker service will be unavailable to end-users during this restart period.
3135

3236
![QnAMaker appservice restart](../media/qnamaker-how-to-upgrade-qnamaker/qnamaker-appservice-restart.png)
3337

3438
## How to get the QnAMaker service hostname
35-
QnAMaker service hostname is useful for debugging purposes when you contact QnAMaker Support or UserVoice. The hostname is a URL of this form: https://*{hostname}*.azurewebsites.net.
39+
QnAMaker service hostname is useful for debugging purposes when you contact QnAMaker Support or UserVoice. The hostname is a URL in this form: https://*{hostname}*.azurewebsites.net.
3640

3741
1. Go to your QnAMaker service (resource group) in the [Azure portal](https://portal.azure.com)
3842

3943
![QnAMaker Azure resource group in Azure portal](../media/qnamaker-how-to-troubleshoot/qnamaker-azure-resourcegroup.png)
4044

41-
2. Click on the App Service
45+
1. Select the App Service associated with the QnA Maker resource. Typically, the names are the same.
4246

4347
![Select QnAMaker App Service](../media/qnamaker-how-to-troubleshoot/qnamaker-azure-appservice.png)
4448

45-
3. The hostname URL is available in the Overview section
49+
1. The hostname URL is available in the Overview section
4650

4751
![QnAMaker hostname](../media/qnamaker-how-to-troubleshoot/qnamaker-azure-gethostname.png)
4852

0 commit comments

Comments
 (0)