Skip to content

Commit 6974866

Browse files
authored
Update README.md
1 parent f142ec2 commit 6974866

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -141,25 +141,10 @@ If you've changed the infrastructure files (`infra` folder or `azure.yaml`), the
141141

142142
```azd up```
143143

144-
### Examples of an azd deployment
145-
146-
#### Example creating new OpenAI and Azure Cognitive Search resources
147-
148-
```shell
149-
azd auth login
150-
azd init
151-
152-
azd env set AZURE_RESOURCE_GROUP "openai-test-resource-group" # Target resource group for the new resources
153-
azd env set AZURE_LOCATION "eastus" # Target region for the new resources
154-
155-
azd up
156-
```
157-
158-
#### Example reusing an existing OpenAI and Azure Cognitive Search resources
144+
### Examples of an azd deployment reusing an existing OpenAI and Azure Cognitive Search resources
159145

160146
```shell
161147
azd auth login
162-
azd init
163148

164149
azd env set AZURE_RESOURCE_GROUP "openai-test-resource-group" # Target resource group for the new resources
165150
azd env set AZURE_LOCATION "eastus" # Target region for the new resources

0 commit comments

Comments
 (0)