Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Davis-MSFT committed Nov 22, 2023
1 parent 452f47d commit e67d8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ If you don't have an OpenAI API key, you can get one [here](https://platform.ope
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. Push the image to the ACR `docker image push [container-reg-name].azurecr.io/azuregovchat-ui`
1. Go to the webapp and Update the following configuration parameters
* AZURE_APIM_KEY (if using APIM to front AOAI)
* AZURE_DEPLOYMENT_ID (The name of the deployment in AOAI)
Expand Down

0 comments on commit e67d8fb

Please sign in to comment.