Skip to content

Commit 3c79aa1

Browse files
Merge pull request #264337 from aahill/aoai-regions
Azure OpenAI on your data - adding regions
2 parents df4b297 + 4aab62f commit 3c79aa1

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

articles/ai-services/openai/concepts/use-your-data.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ One of the key features of Azure OpenAI on your data is its ability to retrieve
2929
To get started, [connect your data source](../use-your-data-quickstart.md) using Azure OpenAI Studio and start asking questions and chatting on your data.
3030

3131
> [!NOTE]
32-
> To get started, you need to already have been approved for [Azure OpenAI access](../overview.md#how-do-i-get-access-to-azure-openai) and have an [Azure OpenAI Service resource](../how-to/create-resource.md) with either the gpt-35-turbo or the gpt-4 models deployed.
32+
> To get started, you need to already have been approved for [Azure OpenAI access](../overview.md#how-do-i-get-access-to-azure-openai) and have an [Azure OpenAI Service resource](../how-to/create-resource.md) deployed in a [supported region](#azure-openai-on-your-data-regional-availability) with either the gpt-35-turbo or the gpt-4 models.
3333
3434
## Data formats and file types
3535

@@ -570,6 +570,28 @@ class TokenEstimator(object):
570570
token_output = TokenEstimator.estimate_tokens(input_text)
571571
```
572572

573+
## Azure OpenAI on your data regional availability
574+
575+
You can use Azure OpenAI on your data with an Azure OpenAI resource in the following regions:
576+
* Australia East
577+
* Brazil South
578+
* Canada East
579+
* East US
580+
* East US 2
581+
* France Central
582+
* Japan East
583+
* North Central US
584+
* Norway East
585+
* South Central US
586+
* South India
587+
* Sweden Central
588+
* Switzerland North
589+
* UK South
590+
* West Europe
591+
* West US
592+
593+
If your Azure OpenAI resource is in another region, you won't be able to use Azure OpenAI on your data.
594+
573595
## Next steps
574596
* [Get started using your data with Azure OpenAI](../use-your-data-quickstart.md)
575597

articles/ai-services/openai/use-your-data-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ In this quickstart you can use your own data with Azure OpenAI models. Using Azu
5151

5252
Azure OpenAI requires registration and is currently only available to approved enterprise customers and partners. [See Limited access to Azure OpenAI Service](/legal/cognitive-services/openai/limited-access?context=/azure/ai-services/openai/context/context) for more information. You can apply for access to Azure OpenAI by completing the form at <a href="https://aka.ms/oai/access" target="_blank">https://aka.ms/oai/access</a>. Open an issue on this repo to contact us if you have an issue.
5353

54-
- An Azure OpenAI resource with a chat model deployed (for example, GPT-3 or GPT-4). For more information about model deployment, see the [resource deployment guide](./how-to/create-resource.md).
54+
- An Azure OpenAI resource in a [supported region](./concepts/use-your-data.md#azure-openai-on-your-data-regional-availability) with a chat model deployed (for example, GPT-3 or GPT-4). For more information about model deployment, see the [resource deployment guide](./how-to/create-resource.md).
5555

5656
- Your chat model can use version `gpt-35-turbo (0301)`, `gpt-35-turbo-16k`, `gpt-4`, and `gpt-4-32k`. You can view or change your model version in [Azure OpenAI Studio](./how-to/working-with-models.md#model-updates).
5757

0 commit comments

Comments
 (0)