Skip to content

Commit 3ae60f0

Browse files
committed
rename the container files, add missing env variable from env.sample
1 parent ab9ff48 commit 3ae60f0

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ There are several ways to deploy the solution. You can deploy to run in Azure i
7575

7676
<h2><img src="./documentation/images/readme/oneClickDeploy.png" width="64"></h2>
7777

78-
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2FMulti-Agent-Custom-Automation-Engine-Solution-Accelerator%2Frefs%2Fheads%2Fmain%2Fdeploy%2Fmacae-continer-oc.json)
78+
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2FMulti-Agent-Custom-Automation-Engine-Solution-Accelerator%2Frefs%2Fheads%2Fmain%2Fdeploy%2Fmacae-container-oc.json)
7979

8080
When Deployment is complete, follow steps in [Set Up Authentication in Azure App Service](./documentation/azure_app_service_auth_setup.md) to add app authentication to your web app running on Azure App Service
8181

File renamed without changes.
File renamed without changes.

src/backend/.env.sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ AZURE_OPENAI_ENDPOINT=
66
AZURE_OPENAI_DEPLOYMENT_NAME=gpt-4o
77
AZURE_OPENAI_API_VERSION=2024-08-01-preview
88
APPLICATIONINSIGHTS_INSTRUMENTATION_KEY=
9+
AZURE_OPENAI_API_KEY=
910

1011
BACKEND_API_URL='http://localhost:8000'
1112
FRONTEND_SITE_NAME='http://127.0.0.1:3000'

0 commit comments

Comments
 (0)