Skip to content

Commit 376068b

Browse files
authored
Update README.md deploying section (#589)
1 parent 9cdbc1c commit 376068b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- [To run in GitHub Codespaces or VS Code Remote Containers](#to-run-in-github-codespaces-or-vs-code-remote-containers)
1212
- [Project initialization](#project-initialization)
1313
- [Deploying from scratch](#deploying-from-scratch)
14-
- [Deploying with existing resources](#deploying-with-existing-resources)
14+
- [Deploying with existing Azure resources](#deploying-with-existing-azure-resources)
1515
- [Deploying again](#deploying-again)
1616
- [Sharing environments](#sharing-environments)
1717
- [Enabling optional features](#enabling-optional-features)
@@ -110,7 +110,9 @@ It will look like the following:
110110

111111
> NOTE: It may take a minute for the application to be fully deployed. If you see a "Python Developer" welcome screen, then wait a minute and refresh the page.
112112
113-
### Deploying with existing resources
113+
### Deploying with existing Azure resources
114+
115+
If you already have existing Azure resources, you can re-use those by setting `azd` environment values. For example:
114116

115117
1. Run `azd env set AZURE_OPENAI_SERVICE {Name of existing OpenAI service}`
116118
1. Run `azd env set AZURE_OPENAI_RESOURCE_GROUP {Name of existing resource group that OpenAI service is provisioned to}`

0 commit comments

Comments
 (0)