Skip to content

Commit 955c8cb

Browse files
committed
fix missing URLs
1 parent 2a6b2a0 commit 955c8cb

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,16 @@
815815
"redirect_url": "/azure/cognitive-services/Concepts/azure-resources",
816816
"redirect_document_id": false
817817
},
818+
{
819+
"source_path": "articles/cognitive-services/QnAMaker/concepts/data-sources-supported.md",
820+
"redirect_url": "/azure/cognitive-services/QnAMaker/Quickstarts/reference-document-format-guidelines",
821+
"redirect_document_id": false
822+
},
823+
{
824+
"source_path": "articles/cognitive-services/QnAMaker/tutorials/choosing-capacity-qnamaker-deployment.md",
825+
"redirect_url": "/azure/cognitive-services/Concepts/azure-resources",
826+
"redirect_document_id": false
827+
},
818828
{
819829
"source_path": "articles/cognitive-services/QnAMaker/Quickstarts/create-publish-kb-nodejs-sdk.md",
820830
"redirect_url": "/azure/cognitive-services//QnAMaker/Quickstarts/quickstart-sdk",

articles/cognitive-services/QnAMaker/How-To/set-up-qnamaker-service-azure.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ Endpoint keys can be managed from the [QnA Maker portal](https://qnamaker.ai).
7777

7878
2. View or reset your keys:
7979

80-
![Endpoint key manager](../media/qnamaker-how-to-key-management/Endpoint-keys1.png)
80+
> [!div class="mx-imgBorder"]
81+
> ![Endpoint key manager](../media/qnamaker-how-to-key-management/Endpoint-keys1.png)
8182
8283
>[!NOTE]
8384
>Refresh your keys if you think they've been compromised. This may require corresponding changes to your client application or bot code.
@@ -142,11 +143,14 @@ You can check your current version at https://www.qnamaker.ai/UserSettings. If y
142143

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

145-
![QnAMaker Azure resource group](../media/qnamaker-how-to-troubleshoot/qnamaker-azure-resourcegroup.png)
146+
> [!div class="mx-imgBorder"]
147+
> ![QnAMaker Azure resource group](../media/qnamaker-how-to-troubleshoot/qnamaker-azure-resourcegroup.png)
146148
147149
1. Select the App Service instance and open the **Overview** section.
148150

149-
![QnAMaker App Service instance](../media/qnamaker-how-to-troubleshoot/qnamaker-azure-appservice.png)
151+
> [!div class="mx-imgBorder"]
152+
> ![QnAMaker App Service instance](../media/qnamaker-how-to-troubleshoot/qnamaker-azure-appservice.png)
153+
150154

151155
1. Restart App Service. The update process should finish in a couple of seconds. Any dependent applications or bots that use this QnAMaker service will be unavailable to end users during this restart period.
152156

0 commit comments

Comments
 (0)