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/active-directory/hybrid/reference-connect-version-history.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,8 @@ This version fixes a bug where some servers that were auto-upgraded from a previ
80
80
81
81
Under certain circumstances, servers that were auto upgraded to version 1.4.18.0 did not re-enable Self-service password reset and Password Writeback after the upgrade was completed. This auto upgrade release fixes that issue and re-enables Self-service password reset and Password Writeback.
82
82
83
+
We fixed a bug in the sync errors compression utility that was not handling surrogate characters correctly.
Users with this role can manage alerts and have global read-only access on security-related feature, including all information in Microsoft 365 security center, Azure Active Directory, Identity Protection, Privileged Identity Management and Office 365 Security & Compliance Center. More information about Office 365 permissions is available at [Permissions in the Office 365 Security & Compliance Center](https://docs.microsoft.com/office365/securitycompliance/permissions-in-the-security-and-compliance-center).
374
+
Users with this role can manage alerts and have global read-only access on security-related features, including all information in Microsoft 365 security center, Azure Active Directory, Identity Protection, Privileged Identity Management and Office 365 Security & Compliance Center. More information about Office 365 permissions is available at [Permissions in the Office 365 Security & Compliance Center](https://docs.microsoft.com/office365/securitycompliance/permissions-in-the-security-and-compliance-center).
Copy file name to clipboardExpand all lines: articles/aks/http-application-routing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ az aks enable-addons --resource-group myResourceGroup --name myAKSCluster --addo
45
45
After the cluster is deployed or updated, use the [az aks show][az-aks-show] command to retrieve the DNS zone name. This name is needed to deploy applications to the AKS cluster.
46
46
47
47
```azurecli
48
-
az aks show --resource-group myResourceGroup --name myAKSCluster --query addonProfiles.httpapplicationrouting.config.HTTPApplicationRoutingZoneName -o table
48
+
az aks show --resource-group myResourceGroup --name myAKSCluster --query addonProfiles.httpApplicationRouting.config.HTTPApplicationRoutingZoneName -o table
Copy file name to clipboardExpand all lines: articles/cognitive-services/QnAMaker/troubleshooting.md
+26-22Lines changed: 26 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: qna-maker
10
10
ms.topic: article
11
-
ms.date: 09/26/2019
11
+
ms.date: 01/23/2020
12
12
ms.author: diberry
13
13
ms.custom: seodec18
14
14
---
@@ -21,7 +21,7 @@ The curated list of the most frequently asked questions regarding the QnA Maker
21
21
## How to get the QnAMaker service endpoint
22
22
23
23
QnAMaker service endpoint is useful for debugging purposes when you contact QnAMaker Support or UserVoice. The endpoint is a URL in this form: https://your-resource-name.azurewebsites.net.
24
-
24
+
25
25
1. Go to your QnAMaker service (resource group) in the [Azure portal](https://portal.azure.com)
26
26
27
27

@@ -33,21 +33,21 @@ QnAMaker service endpoint is useful for debugging purposes when you contact QnAM
33
33
1. The endpoint URL is available in the Overview section
QnA Maker provides a **Help** bot within the QnA Maker portal to help you. The help bot is available on every web page. The bot uses QnA Maker to provide answers and provides the [C# Bot Framework code project](https://github.com/microsoft/BotBuilder-Samples/tree/master/experimental/qnamaker-support) to the bot so you can quickly get up and running with your own answer bot.
40
+
QnA Maker provides a **Help** bot within the QnA Maker portal to help you. The help bot is available on every web page. The bot uses QnA Maker to provide answers and provides the [C# Bot Framework code project](https://github.com/microsoft/BotBuilder-Samples/tree/master/experimental/qnamaker-support) to the bot so you can quickly get up and running with your own answer bot.
41
41
42
42
](./media/qnamaker-faq/use-qna-maker-help-bot-to-learn-qna-maker-service.png#lightbox)
43
43
44
44
## Manage the knowledge base
45
45
46
-
### I accidentally deleted a part of my QnA Maker, what should I do?
46
+
### I accidentally deleted a part of my QnA Maker, what should I do?
47
47
48
48
Do not delete any of the Azure services created along with the QnA Maker resource such as Search or Web App. These are necessary for QnA Maker to work, if you delete one, QnA Maker will stop working correctly.
49
49
50
-
All deletes are permanent, including question and answer pairs, files, URLs, custom questions and answers, knowledge bases, or Azure resources. Make sure you export your knowledge base from the **Settings** page before deleting any part of your knowledge base.
50
+
All deletes are permanent, including question and answer pairs, files, URLs, custom questions and answers, knowledge bases, or Azure resources. Make sure you export your knowledge base from the **Settings** page before deleting any part of your knowledge base.
51
51
52
52
### Why is my URL(s)/file(s) not extracting question-answer pairs?
53
53
@@ -65,7 +65,7 @@ You haven't created any QnA Maker services in Azure yet. Read [here](./How-To/se
65
65
66
66
Sharing works at the level of a QnA Maker service, that is, all knowledge bases in the service will be shared. Read [here](./How-To/collaborate-knowledge-base.md) how to collaborate on a knowledge base.
67
67
68
-
### Can you share a knowledge base with a contributor that is not in the same AAD tenant, to modify a knowledge base?
68
+
### Can you share a knowledge base with a contributor that is not in the same AAD tenant, to modify a knowledge base?
69
69
70
70
Sharing is based on Azure role-based access control (RBAC). If you can share _any_ resource in Azure with another user, you can also share QnA Maker.
71
71
@@ -97,9 +97,13 @@ Every edit operation, whether in a table update, test, or setting, needs to be s
97
97
98
98
### Does the knowledge base support rich data or multimedia?
99
99
100
-
The knowledge base supports Markdown. However, the auto-extraction from URLs has limited HTML-to-Markdown conversion capability. If you want to use full-fledged Markdown, you can modify your content directly in the table, or upload a knowledge base with the rich content.
100
+
#### Multimedia auto-extraction for files and URLs
Multimedia, such as images and videos, is not supported at this time.
105
+
#### Answer text in markdown
106
+
Once QnA sets are in the knowledge base, you can edit an answer's markdown text to include links to media available from public URLs.
103
107
104
108
### Does QnA Maker support non-English languages?
105
109
@@ -109,15 +113,15 @@ If you have content from multiple languages, be sure to create a separate servic
109
113
110
114
## Manage service
111
115
112
-
### When should I restart my app service?
116
+
### When should I restart my app service?
113
117
114
118
Refresh your app service when the caution icon is next to the version value for the knowledge base in the **Endpoint keys** table on the **User Settings**[page](https://www.qnamaker.ai/UserSettings).
115
119
116
120
### I deleted my existing Search service. How can I fix this?
117
121
118
-
If you delete an Azure Cognitive Search index, the operation is final and the index cannot be recovered.
122
+
If you delete an Azure Cognitive Search index, the operation is final and the index cannot be recovered.
119
123
120
-
### I deleted my `testkb` index in my Search service. How can I fix this?
124
+
### I deleted my `testkb` index in my Search service. How can I fix this?
121
125
122
126
Your old data can't be recovered. Create a new QnA Maker resource and create your knowledge base again.
123
127
@@ -139,18 +143,18 @@ The disk space for your app service might be full. Steps to fix your disk space:
139
143
140
144
1. In the [Azure portal](https://portal.azure.com), select your QnA Maker's App service, then stop the service.
141
145
1. While still on the App service, select **Development Tools**, then **Advanced Tools**, then **Go**. This opens a new browser window.
142
-
1. Select **Debug console**, then **CMD** to open a command line tool.
146
+
1. Select **Debug console**, then **CMD** to open a command line tool.
143
147
1. Navigate to the _site/wwwroot/Data/QnAMaker/_ directory.
144
-
1. Remove all the folders whose name begins with `rd`.
148
+
1. Remove all the folders whose name begins with `rd`.
145
149
146
150
**Do not delete** the following:
147
151
148
152
* KbIdToRankerMappings.txt file
149
153
* EndpointSettings.json file
150
-
* EndpointKeys folder
154
+
* EndpointKeys folder
151
155
152
156
1. Start the App service.
153
-
1. Access your knowledge base to verify it works now.
157
+
1. Access your knowledge base to verify it works now.
154
158
155
159
156
160
## Integrate with other services including Bots
@@ -169,13 +173,13 @@ You need to have the following information about your knowledge base:
169
173
170
174
* Knowledge base ID.
171
175
* Knowledge base's published endpoint custom subdomain name, known as `host`, found on **Settings** page after you publish.
172
-
* Knowledge base's published endpoint key - found on **Settings** page after you publish.
176
+
* Knowledge base's published endpoint key - found on **Settings** page after you publish.
173
177
174
-
With this information, go to your bot's app service in the Azure portal. Under **Settings -> Configuration -> Application settings**, change those values.
178
+
With this information, go to your bot's app service in the Azure portal. Under **Settings -> Configuration -> Application settings**, change those values.
175
179
176
-
The knowledge base's endpoint key is labeled `QnAAuthkey` in the ABS service.
180
+
The knowledge base's endpoint key is labeled `QnAAuthkey` in the ABS service.
177
181
178
-
### Can two or more client applications share a knowledge base?
182
+
### Can two or more client applications share a knowledge base?
179
183
180
184
Yes, the knowledge base can be queried from any number of clients. If the response from the knowledge base appears to be slow or time out, consider upgrading the service tier for the app service associated with the knowledge base.
181
185
@@ -188,6 +192,6 @@ Follow these steps to embed the QnA Maker service as a web-chat control in your
188
192
189
193
## Data storage
190
194
191
-
### What data is stored and where is it stored?
195
+
### What data is stored and where is it stored?
192
196
193
-
When you create your QnA Maker service, you selected an Azure region. Your knowledge bases and log files are stored in this region.
197
+
When you create your QnA Maker service, you selected an Azure region. Your knowledge bases and log files are stored in this region.
Copy file name to clipboardExpand all lines: articles/iot-edge/quickstart.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.custom: mvc
14
14
15
15
# Quickstart: Deploy your first IoT Edge module to a virtual Windows device
16
16
17
-
Test out Azure IoT Edge in this quickstart by deploying containerized code to a virtual IoT Edge device. IoT Edge allows you to remotely manage code on your devices so that you can send more of your workloads to the edge. For this quickstart, we recommend using an Azure virtual machine for your IoT Edge device, which allows you to quickly create a test machine, install the prerequisites, and then delete it when you're finished.
17
+
Try out Azure IoT Edge by deploying containerized code to a virtual IoT Edge device. IoT Edge allows you to remotely manage code on your devices so that you can send more of your workloads to the edge. For this quickstart, we recommend using an Azure virtual machine for your IoT Edge device. Using a virtual machine allows you to quickly create a test machine, install the prerequisites, and then delete it when you're finished.
18
18
19
19
In this quickstart you learn how to:
20
20
@@ -46,7 +46,7 @@ Cloud resources:
46
46
* A resource group to manage all the resources you use in this quickstart.
47
47
48
48
```azurecli-interactive
49
-
az group create --name IoTEdgeResources --location westus2
49
+
az group create --name IoTEdgeResources --location westus2
50
50
```
51
51
52
52
IoT Edge device:
@@ -154,7 +154,7 @@ Use PowerShell to download and install the IoT Edge runtime. Use the device conn
154
154
155
155
5. Run PowerShell as an administrator again.
156
156
157
-
6. The **Initialize-IoTEdge** command configures the IoT Edge runtime on your machine. The command defaults to manual provisioning with Windows containers.
157
+
6. The **Initialize-IoTEdge** command configures the IoT Edge runtime on your machine. The command defaults to manual provisioning with Windows containers.
@@ -241,7 +241,7 @@ az group delete --name IoTEdgeResources
241
241
242
242
In this quickstart, you created an IoT Edge device and used the Azure IoT Edge cloud interface to deploy code onto the device. Now, you have a test device generating raw data about its environment.
243
243
244
-
The next step is to set up your local development environment so that you can start creating IoT Edge modules that run your business logic.
244
+
The next step is to set up your local development environment so that you can start creating IoT Edge modules that run your business logic.
245
245
246
246
> [!div class="nextstepaction"]
247
247
> [Start developing IoT Edge modules for Windows devices](tutorial-develop-for-windows.md)
0 commit comments