Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Davis-MSFT committed Nov 6, 2023
1 parent e61795d commit 452f47d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ If you don't have an OpenAI API key, you can get one [here](https://platform.ope
* After setting this the user or groups need to be added to the <i>User and groups</i> list in the Enterprise Application under Azure Active Directory
1. Login to the Azure Container Registry `docker login <container-url-lowercase>`
1. Build the docker image locally `docker build -t azuregovchat-ui .`
1. Tag the docker image locally `docker tag azuregovchat-ui [container-reg-name].azurecr.io/azuregovchat-ui`
1. Push the image to the ACR `docker image push azuregovchat-ui`
1. Go to the webapp and Update the following configuration parameters
* AZURE_APIM_KEY (if using APIM to front AOAI)
Expand Down

0 comments on commit 452f47d

Please sign in to comment.