Skip to content

Commit 2ae206b

Browse files
Merge pull request #311 from microsoft/psl-add-release
docs: correct URLs and improve clarity in the deployment instructions
2 parents 2532308 + 044c467 commit 2ae206b

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,10 @@ QUICK DEPLOY
4343

4444
To deploy this solution accelerator, ensure you have access to an [Azure subscription](https://azure.microsoft.com/free/) with the necessary permissions to create **resource groups and resources**. Follow the steps in [Azure Account Set Up](./docs/AzureAccountSetUp.md)
4545

46-
Check the [Azure Products by Region](https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/?products=all&regions=all) page and select a **region** where the following services are available:
46+
Check the [Azure Products by Region](https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/table) page and select a **region** where the following services are available:
4747

48-
- Azure AI Foundry
4948
- Azure OpenAI Service
5049
- Azure AI Search
51-
- Embedding Model Capacity
52-
- GPT Model Capacity
5350
- [Azure Semantic Search](./docs/AzureSemanticSearchRegion.md)
5451

5552
Here are some example regions where the services are available: East US, East US2, Australia East, UK South, France Central.
@@ -85,9 +82,9 @@ When you start the deployment, most parameters will have **default values**, but
8582

8683
### [Optional] Quota Recommendations
8784
By default, the **Gpt-4o model capacity** in deployment is set to **30k tokens**, so we recommend
88-
> **For GPT-4o, the capacity to at least 150k tokens post-deployment for optimal performance.**
85+
> **For Global Standard | GPT-4o - the capacity to at least 150k tokens post-deployment for optimal performance.**
8986
90-
> **For GPT-4, ensure a minimum of 30k–40k tokens for best results.**
87+
> **For Standard | GPT-4 - ensure a minimum of 30k–40k tokens for best results.**
9188
9289
To adjust quota settings, follow these [steps](./docs/AzureGPTQuotaSettings.md)
9390

infra/deploy_cosmos_db.bicep

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ resource cosmos 'Microsoft.DocumentDB/databaseAccounts@2022-08-15' = {
3939
databaseAccountOfferType: 'Standard'
4040
enableAutomaticFailover: false
4141
enableMultipleWriteLocations: false
42-
disableLocalAuth: false
42+
disableLocalAuth: true
4343
apiProperties: (kind == 'MongoDB') ? { serverVersion: '4.0' } : {}
4444
capabilities: [ { name: 'EnableServerless' } ]
4545
}

0 commit comments

Comments
 (0)