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/How-To/set-up-qnamaker-service-azure.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ QnA Maker's **App Service** resource uses the Cognitive Search resource. In orde
183
183
184
184
If you create a QnA service through Azure Resource Manager templates, you can create all resources and control the App Service creation to use an existing Search service.
185
185
186
-
Learn more about how to configure the App Service [General settings](../../../app-service/configure-common.md#configure-general-settings).
186
+
Learn more about how to configure the App Service [Application settings](../../../app-service/configure-common.md#configure-app-settings).
187
187
188
188
## Configure App service idle setting to avoid timeout
189
189
@@ -202,6 +202,7 @@ In order to keep the prediction endpoint app loaded even when there is no traffi
202
202
1. Select **Save** to save the configuration.
203
203
1. You are asked if you want to restart the app to use the new setting. Select **Continue**.
204
204
205
+
Learn more about how to configure the App Service [General settings](../../../app-service/configure-common.md#configure-general-settings).
0 commit comments