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

32
32
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.
34
34
35
35

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

40
40
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.
42
42
43
43
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.
Copy file name to clipboardExpand all lines: articles/cognitive-services/QnAMaker/How-To/language-knowledge-base.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,33 +8,34 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: qna-maker
10
10
ms.topic: conceptual
11
-
ms.date: 01/14/2019
11
+
ms.date: 08/20/2019
12
12
ms.author: diberry
13
13
---
14
14
# Language support of knowledge base content for QnA Maker
15
+
15
16
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.
16
17
17
18
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.
18
19
19
-
1. Navigate to the [Azure Portal](https://portal.azure.com/).
20
+
1. Navigate to the [Azure portal](https://portal.azure.com/).
20
21
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.
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.
26
27
27
28

28
29
29
-
4. Select **Fields** section showing the testkb details.
30
+
1. Select **Fields** section showing the _testkb_ details.
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.
Copy file name to clipboardExpand all lines: articles/cognitive-services/QnAMaker/How-To/troubleshooting-runtime.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,41 +8,45 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: qna-maker
10
10
ms.topic: article
11
-
ms.date: 01/14/2019
11
+
ms.date: 08/20/2019
12
12
ms.author: diberry
13
13
ms.custom: seodec18
14
14
---
15
15
16
16
# 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.
18
19
19
20
## 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.
21
25
22
26
1. Go to your QnAMaker service (resource group) in the [Azure portal](https://portal.azure.com)
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.
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.
36
40
37
41
1. Go to your QnAMaker service (resource group) in the [Azure portal](https://portal.azure.com)
38
42
39
43

40
44
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.
0 commit comments