Skip to content

Commit d2bc151

Browse files
committed
edits
1 parent 62a3f19 commit d2bc151

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ The primary objective of the business continuity plan is to create a resilient k
1515

1616
The high-level idea as represented above is as follows:
1717

18-
1. Set up two parallel [QnA Maker services](../How-To/set-up-qnamaker-service-azure.md) in [Azure paired regions](https://docs.microsoft.com/azure/best-practices-availability-paired-regions).
18+
1. Set up two parallel [QnA Maker services](set-up-qnamaker-service-azure.md) in [Azure paired regions](https://docs.microsoft.com/azure/best-practices-availability-paired-regions).
1919

20-
2. [Backup](https://docs.microsoft.com/en-us/azure/app-service/manage-backup) your primary QnA Maker App service and [restore](https://docs.microsoft.com/en-us/azure/app-service/web-sites-restore) it in the secondary setup. This will ensure that both setups work with the same hostname and keys.
20+
2. [Backup](../../../app-service/manage-backup.md) your primary QnA Maker App service and [restore](../../../app-service/web-sites-restore.md) it in the secondary setup. This will ensure that both setups work with the same hostname and keys.
2121

2222
3. Keep the primary and secondary Azure search indexes in sync. Use the GitHub sample [here](https://github.com/pchoudhari/QnAMakerBackupRestore) to see how to backup-restore Azure indexes.
2323

24-
4. Back up the Application Insights using [continuous export](https://docs.microsoft.com/azure/application-insights/app-insights-export-telemetry).
24+
4. Back up the Application Insights using [continuous export](../../../application-insights/app-insights-export-telemetry.md).
2525

26-
5. Once the primary and secondary stacks have been set up, use [traffic manager](https://docs.microsoft.com/azure/traffic-manager/) to configure the two endpoints and set up a routing method.
26+
5. Once the primary and secondary stacks have been set up, use [traffic manager](../../../traffic-manager/traffic-manager-overview.md) to configure the two endpoints and set up a routing method.
2727

28-
6. You would need to create a Transport Layer Security (TLS), previously known as Secure Sockets Layer (SSL), certificate for your traffic manager endpoint. [Bind the TLS/SSL certificate](https://docs.microsoft.com/azure/app-service/configure-ssl-bindings) in your App services.
28+
6. You would need to create a Transport Layer Security (TLS), previously known as Secure Sockets Layer (SSL), certificate for your traffic manager endpoint. [Bind the TLS/SSL certificate](../../../app-service/configure-ssl-bindings.md) in your App services.
2929

3030
7. Finally, use the traffic manager endpoint in your Bot or App.
3131

3232
## Next steps
3333

3434
> [!div class="nextstepaction"]
35-
> [Choose capactiy](./improve-knowledge-base.md)
35+
> [Choose capacity](./improve-knowledge-base.md)

0 commit comments

Comments
 (0)