You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,8 @@ To review Cosmos DB configuration overview and steps, follow the link [here](doc
188
188
<br/>To ensure sufficient quota is available in your subscription, please follow [quota check instructions guide](./docs/QuotaCheck.md) before you deploy the solution.
189
189
190
190
<br/>
191
-
The "Deploy to Azure" button offers a one-click deployment where you don’t have to clone the code. If you would like a developer experience instead, follow the [local deployment instructions](./docs/LOCAL_DEPLOYMENT.md).
191
+
192
+
The "Deploy to Azure" button offers a one-click deployment where you don’t have to clone the code. If you would like a developer experience instead, follow the [local deployment instructions](./docs/LOCAL_DEPLOYMENT.md)
192
193
193
194
Once you deploy to Azure, you will have the option to select PostgreSQL or Cosmos DB, see screenshot below.
194
195
@@ -205,6 +206,23 @@ locations support this version. If you're deploying to a location that doesn't s
205
206
switch to a lower version. To find out which versions are supported in different regions, visit the
206
207
[GPT-4.1 Model Availability](https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models?tabs=global-standard%2Cstandard-chat-completions#global-standard-model-availability) page.
207
208
209
+
210
+
### Supported Azure Regions
211
+
212
+
The solution has been tested and is compatible with the following Azure regions:
213
+
-**Australia East**
214
+
-**East US 2**
215
+
-**Japan East**
216
+
-**UK South**
217
+
218
+
These regions are specifically configured in the deployment template to guarantee compatibility with paired regions and data redundancy. This restriction ensures reliable failover scenarios based on Azure's region availability and the requirements of services like Azure Database for PostgreSQL Flexible Server.
219
+
220
+
When deploying the solution using the "Deploy to Azure" button, you'll see two fields in the Azure portal:
221
+
-**Region**: This refers to the Azure region where the deployment metadata is stored
222
+
-**Location**: This corresponds to the "location" parameter in the bicep template and determines where all your solution resources will be deployed
223
+
224
+
**Important**: For this solution, you must select one of the supported regions listed above in the "Location" field. The "Region" field can be set to any available region since it only affects deployment metadata storage.
225
+
208
226
### Testing the deployment
209
227
1. Navigate to the admin site, where you can upload documents. It will be located at:
0 commit comments