In this challenge, you will create a library that can manage a QnA Maker service in Azure. The service must respond to supplied questions by using answers from a pre-loaded FAQ dataset. First, you will create an Azure QnA Maker service that you will use to create and maintain a knowledge base. Next, you will create a Core .NET library project in Visual Studio that performs create, read, update, and delete operations on the QnA Maker service. Finally, you will attach a unit test that verifies the correct operation of the library and the QnA Maker service. Note: Once you begin the challenge, you will not be able to pause, save, or exit and then return to your challenge. Please ensure that you have set aside enough time to complete the challenge before you start.
Learning Objectives
In this challenge, you will create a library that can manage a QnA Maker service in Azure. The service must respond to supplied questions by using answers from a pre-loaded FAQ dataset. First, you will create an Azure QnA Maker service that you will use to create and maintain a knowledge base. Next, you will create a Core .NET library project in Visual Studio that performs create, read, update, and delete operations on the QnA Maker service. Finally, you will attach a unit test that verifies the correct operation of the library and the QnA Maker service. Note: Once you begin the challenge, you will not be able to pause, save, or exit and then return to your challenge. Please ensure that you have set aside enough time to complete the challenge before you start.