Skip to content

Commit cfc89c9

Browse files
committed
Guidance for same-region requirement
1 parent f3aa259 commit cfc89c9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Quickstart-RAG/Quickstart-rag.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
" - [Choose a region](https://learn.microsoft.com/azure/ai-services/openai/concepts/models?tabs=global-standard%2Cstandard-chat-completions#global-standard-model-availability) that supports the chat completion model you want to use (gpt-4o, gpt-4o-mini, or equivalent model). \n",
3333
" - [Deploy the chat completion model](https://learn.microsoft.com/azure/ai-studio/how-to/deploy-models-openai) in Azure AI Foundry or [use another approach](https://learn.microsoft.com/azure/ai-services/openai/how-to/working-with-models?tabs=powershell).\n",
3434
"\n",
35+
"\n",
3536
"- [Azure AI Search](https://learn.microsoft.com/azure/search/search-create-service-portal)\n",
3637
"\n",
3738
" - Basic tier or higher is recommended.\n",
@@ -108,7 +109,7 @@
108109
"\n",
109110
"Run each of the following commands in sequence.\n",
110111
"\n",
111-
"```azurecli\n",
112+
"```\n",
112113
"az account show\n",
113114
"\n",
114115
"az account set --subscription <PUT YOUR SUBSCRIPTION ID HERE>\n",

Tutorial-RAG/Tutorial-rag.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
"\n",
3737
"- [Azure AI Services multiservice account](https://learn.microsoft.com/azure/ai-services/multi-service-resource), in the same region as Azure AI Search, used for recognizing location entities in the Earth Book.\n",
3838
"\n",
39-
"- [Azure AI Search](https://learn.microsoft.com/azure/search/search-create-service-portal), basic tier or higher is recommended. Choose the same region as Azure OpenAI and Azure AI multiservice.\n"
39+
"- [Azure AI Search](https://learn.microsoft.com/azure/search/search-create-service-portal), basic tier or higher is recommended. Choose the same region as Azure OpenAI and Azure AI multiservice.\n",
40+
"\n",
41+
"To meet the same-region requirement, start by reviewing the [regions for the embedding and chat models](https://learn.microsoft.com/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability) you want to use. Once you identify a region, confirm that Azure AI Search with AI services integration is available in the [same region](https://learn.microsoft.com/azure/search/search-region-support#azure-public-regions)."
4042
]
4143
},
4244
{

0 commit comments

Comments
 (0)