Skip to content

Commit

Permalink
Add location to README, make module name unique (microsoft#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox authored Jun 28, 2023
1 parent 558cf71 commit 6950d7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README_azd.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ all resources from scratch by following these steps:

1. Run `azd auth login` to login to your Azure account.
1. Run `azd up` to provision Azure resources and deploy this sample to those resources. This also runs a script to build the search index based on files in the `./data` folder.
* For the target location, the regions that currently support the models used in this sample are **East US** or **South Central US**. For an up-to-date list of regions and models, check [here](https://learn.microsoft.com/en-us/azure/cognitive-services/openai/concepts/models)
1. After the application has been successfully deployed you will see a URL printed to the console. Click that URL to interact with the application in your browser.
> 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.
Expand Down
2 changes: 1 addition & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ module searchRoleBackend 'core/security/role.bicep' = {

// For doc prep
module docPrepResources 'docprep.bicep' = {
name: 'docprep-resources'
name: 'docprep-resources${resourceToken}'
params: {
location: location
resourceToken: resourceToken
Expand Down

0 comments on commit 6950d7a

Please sign in to comment.