Skip to content

Commit 4a5de8d

Browse files
Merge pull request #242517 from mrbullwinkle/mrb_06_21_2023_update_link
[Azure OpenAI] Update BCDR article link
2 parents 41b7c0e + 96c9e64 commit 4a5de8d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/cognitive-services/openai/how-to/business-continuity-disaster-recovery.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ manager: nitinme
77
ms.service: cognitive-services
88
ms.subservice: openai
99
ms.topic: how-to
10-
ms.date: 6/24/2022
11-
author: ChrisHMSFT
12-
ms.author: chrhoder
10+
ms.date: 6/21/2023
11+
author: mrbullwinkle
12+
ms.author: mbullwin
1313
recommendations: false
1414
keywords:
1515

@@ -19,7 +19,7 @@ keywords:
1919

2020
Azure OpenAI is available in multiple regions. Since subscription keys are region bound, when a customer acquires a key, they select the region in which their deployments will reside and from then on, all operations stay associated with that Azure server region.
2121

22-
It's rare, but not impossible, to encounter a network issue that hits an entire region. If your service needs to always be available, then you should design it to either fail-over into another region or split the workload between two or more regions. Both approaches require at least two OpenAI resources in different regions. This article provides general recommendations for how to implement Business Continuity and Disaster Recovery (BCDR) for your Azure OpenAI applications.
22+
It's rare, but not impossible, to encounter a network issue that hits an entire region. If your service needs to always be available, then you should design it to either fail-over into another region or split the workload between two or more regions. Both approaches require at least two Azure OpenAI resources in different regions. This article provides general recommendations for how to implement Business Continuity and Disaster Recovery (BCDR) for your Azure OpenAI applications.
2323

2424
## Best practices
2525

@@ -37,11 +37,11 @@ If you're using a default endpoint, you should configure your client code to mon
3737

3838
Follow these steps to configure your client to monitor errors:
3939

40-
1. Use this page to identify the list of available regions for the OpenAI service.
40+
1. Use the [models page](../concepts/models.md) to identify the list of available regions for Azure OpenAI.
4141

4242
2. Select a primary and one secondary/backup regions from the list.
4343

44-
3. Create OpenAI Service resources for each region selected
44+
3. Create Azure OpenAI resources for each region selected.
4545

4646
4. For the primary region and any backup regions your code will need to know:
4747

0 commit comments

Comments
 (0)