Skip to content

Commit 1c237bd

Browse files
authored
final acrolinx raising
1 parent d33fb55 commit 1c237bd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/ai-services/language-service/question-answering/how-to/migrate-qnamaker.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This [SDK Migration Guide](https://github.com/Azure/azure-sdk-for-net/blob/Azure
3232

3333
You can follow the steps below to migrate knowledge bases:
3434

35-
1. Create a [language resource](https://aka.ms/create-language-resource) with custom question answering enabled in advance. When you create the language resource in the Azure portal, you will see the option to enable custom question answering. When you select that option and proceed, you will be asked for Azure Search details to save the knowledge bases.
35+
1. Create a [language resource](https://aka.ms/create-language-resource) with custom question answering enabled in advance. When you create the language resource in the Azure portal, you'll see the option to enable custom question answering. When you select that option and proceed, you'll be asked for Azure Search details to save the knowledge bases.
3636

3737
2. If you want to add knowledge bases in multiple languages to your language resource, visit [Language Studio](https://language.azure.com/) to create your first custom question answering project and select the first option as shown below. Language settings for the language resource can be specified only when creating a project. If you want to migrate existing knowledge bases in a single language to the language resource, you can skip this step.
3838

@@ -53,12 +53,12 @@ You can follow the steps below to migrate knowledge bases:
5353
> [!div class="mx-imgBorder"]
5454
> ![Migrate QnAMaker with red selection box around the QnAMaker resource selection option](../media/migrate-qnamaker/select-resource.png)
5555
56-
6. Select the language resource to which you want to migrate the knowledge bases. You will only be able to see those language resources that have custom question answering enabled. The language setting for the language resource is displayed in the options. You won’t be able to migrate knowledge bases in multiple languages from QnA Maker resources to a language resource if its language setting is not specified.
56+
6. Select the language resource to which you want to migrate the knowledge bases. You'll only be able to see those language resources that have custom question answering enabled. The language setting for the language resource is displayed in the options. You won’t be able to migrate knowledge bases in multiple languages from QnA Maker resources to a language resource if its language setting isn't specified.
5757

5858
> [!div class="mx-imgBorder"]
5959
> ![Migrate QnAMaker with red selection box around the language resource option currently selected resource contains the information that language is unspecified](../media/migrate-qnamaker/language-setting.png)
6060
61-
If you want to migrate knowledge bases in multiple languages to the language resource, you must enable the multiple language setting when creating the first custom question answering project for the language resource. You can do so by following the instructions in step #2. **If the language setting for the language resource is not specified, it is assigned the language of the selected QnA Maker resource**.
61+
If you want to migrate knowledge bases in multiple languages to the language resource, you must enable the multiple language setting when creating the first custom question answering project for the language resource. You can do so by following the instructions in step #2. **If the language setting for the language resource isn't specified, it is assigned the language of the selected QnA Maker resource**.
6262

6363
7. Select all the knowledge bases that you wish to migrate > select **Next**.
6464

@@ -71,26 +71,26 @@ You can follow the steps below to migrate knowledge bases:
7171
> If you migrate a knowledge base with the same name as a project that already exists in the target language resource, **the content of the project will be overridden** by the content of the selected knowledge base.
7272
7373
> [!div class="mx-imgBorder"]
74-
> ![Screenshot of an error message starting project names can't contain special characters](../media/migrate-qnamaker/migration-kb-name-validation.png)
74+
> ![Screenshot of an error message starting project names can't contain special characters.](../media/migrate-qnamaker/migration-kb-name-validation.png)
7575
7676
9. After resolving the validation errors, select **Start migration**
7777

7878
> [!div class="mx-imgBorder"]
79-
> ![Screenshot with special characters removed](../media/migrate-qnamaker/migration-kb-name-validation-success.png)
79+
> ![Screenshot with special characters removed.](../media/migrate-qnamaker/migration-kb-name-validation-success.png)
8080
81-
10. It will take a few minutes for the migration to occur. Do not cancel the migration while it is in progress. You can navigate to the migrated projects within the [Language Studio](https://language.azure.com/) post migration.
81+
10. It will take a few minutes for the migration to occur. Don't cancel the migration while it is in progress. You can navigate to the migrated projects within the [Language Studio](https://language.azure.com/) post migration.
8282

8383
> [!div class="mx-imgBorder"]
84-
> ![Screenshot of successfully migrated knowledge bases with information that you can publish by using Language Studio](../media/migrate-qnamaker/migration-success.png)
84+
> ![Screenshot of successfully migrated knowledge bases with information that you can publish by using Language Studio.](../media/migrate-qnamaker/migration-success.png)
8585
8686
If any knowledge bases fail to migrate to custom question answering projects, an error will be displayed. The most common migration errors occur when:
8787

8888
- Your source and target resources are invalid.
89-
- You are trying to migrate an empty knowledge base (KB).
90-
- You have reached the limit for an Azure Search instance linked to your target resources.
89+
- You're trying to migrate an empty knowledge base (KB).
90+
- You've reached the limit for an Azure Search instance linked to your target resources.
9191

9292
> [!div class="mx-imgBorder"]
93-
> ![Screenshot of a failed migration with an example error](../media/migrate-qnamaker/migration-errors.png)
93+
> ![Screenshot of a failed migration with an example error.](../media/migrate-qnamaker/migration-errors.png)
9494
9595
Once you resolve these errors, you can rerun the migration.
9696

0 commit comments

Comments
 (0)