Skip to content

Commit d6b428d

Browse files
Merge pull request #224998 from Yusuf-Hussein/patch-1
Update fail-over.md
2 parents 7526438 + b217104 commit d6b428d

File tree

1 file changed

+5
-4
lines changed
  • articles/cognitive-services/language-service/custom-named-entity-recognition

1 file changed

+5
-4
lines changed

articles/cognitive-services/language-service/custom-named-entity-recognition/fail-over.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ In this article, you will learn to how to use the export and import APIs to repl
2525

2626
## Prerequisites
2727

28-
* Two Azure Language resources in different Azure regions. [Create your resources](./how-to/create-project.md#create-a-language-resource) and connect them to an Azure storage account. It's recommended that you connect both of your Language resources to the same storage account, though this might introduce slightly higher latency when importing your project, and training a model.
28+
* Two Azure Language resources in different Azure regions. [Create your resources](./how-to/create-project.md#create-a-language-resource) and connect them to an Azure storage account. It's recommended that you connect each of your Language resources to different storage accounts. Each storage account should be located in the same respective regions that your separate Language resources are in. You can follow the [quickstart](./quickstart.md?pivots=rest-api#create-a-new-azure-language-resource-and-azure-storage-account) to create an additional Language resource and storage account.
29+
2930

3031
## Get your resource keys endpoint
3132

@@ -34,8 +35,8 @@ Use the following steps to get the keys and endpoint of your primary and seconda
3435
[!INCLUDE [Get keys and endpoint Azure Portal](./includes/get-keys-endpoint-azure.md)]
3536

3637
> [!TIP]
37-
> Keep a note of keys and endpoints for both primary and secondary resources. Use these values to replace the following placeholders:
38-
`{PRIMARY-ENDPOINT}`, `{PRIMARY-RESOURCE-KEY}`, `{SECONDARY-ENDPOINT}` and `{SECONDARY-RESOURCE-KEY}`.
38+
> Keep a note of keys and endpoints for both primary and secondary resources as well as the primary and secondary container names. Use these values to replace the following placeholders:
39+
`{PRIMARY-ENDPOINT}`, `{PRIMARY-RESOURCE-KEY}`, `{PRIMARY-CONTAINER-NAME}`, `{SECONDARY-ENDPOINT}`, `{SECONDARY-RESOURCE-KEY}`, and `{SECONDARY-CONTAINER-NAME}`.
3940
> Also take note of your project name, your model name and your deployment name. Use these values to replace the following placeholders: `{PROJECT-NAME}`, `{MODEL-NAME}` and `{DEPLOYMENT-NAME}`.
4041
4142
## Export your primary project assets
@@ -63,7 +64,7 @@ Now go ahead and import the exported project assets in your new project in the s
6364

6465
### Submit import job
6566

66-
Replace the placeholders in the following request with your `{SECONDARY-ENDPOINT}` and `{SECONDARY-RESOURCE-KEY}` that you obtained in the first step.
67+
Replace the placeholders in the following request with your `{SECONDARY-ENDPOINT}`, `{SECONDARY-RESOURCE-KEY}`, and `{SECONDARY-CONTAINER-NAME}` that you obtained in the first step.
6768

6869
[!INCLUDE [Import project using the REST API](./includes/rest-api/import-project.md)]
6970

0 commit comments

Comments
 (0)