Skip to content

Commit 8485002

Browse files
authored
Update deploy_features.md
1 parent 2c85340 commit 8485002

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/deploy_features.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,7 @@ By default, the deployed Azure web app uses the `text-embedding-ada-002` embeddi
135135
azd env set AZURE_OPENAI_EMB_DEPLOYMENT_VERSION 1
136136
```
137137

138-
4. Set the deployment Sku name to "GlobalStandard" :
139-
140-
```shell
141-
azd env set AZURE_OPENAI_EMB_DEPLOYMENT_SKUNAME GlobalStandard
142-
```
143-
144-
5. When prompted during `azd up`, make sure to select a region for the OpenAI resource group location that supports the text-embedding-3 models. There are [limited regions available](https://learn.microsoft.com/azure/ai-services/openai/concepts/models#embeddings-models).
138+
4. When prompted during `azd up`, make sure to select a region for the OpenAI resource group location that supports the text-embedding-3 models. There are [limited regions available](https://learn.microsoft.com/azure/ai-services/openai/concepts/models#embeddings-models).
145139

146140
If you have already deployed:
147141

0 commit comments

Comments
 (0)