From e67d8fb57d76200fdced09b083b80f6cc35a63c7 Mon Sep 17 00:00:00 2001 From: Patrick C Davis Date: Wed, 22 Nov 2023 14:17:31 -0500 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d311492de..9a024788ba 100644 --- a/README.md +++ b/README.md @@ -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 ` 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)