Skip to content

Commit 96c9e64

Browse files
committed
update
1 parent 269e8f3 commit 96c9e64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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 the [models page](../concepts/models.md) 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)