Skip to content

Commit

Permalink
adjustments to prodyna deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mkruse83 committed Oct 11, 2023
1 parent 818ec7e commit c00a839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This repo contains sample code for a simple chat webapp that integrates with Azu
Please see [README_azd.md](./README_azd.md) for detailed instructions.

### One click Azure deployment
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2Fsample-app-aoai-chatGPT%2Fmain%2Finfrastructure%2Fdeployment.json)
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FPRODYNA%2Fdata-engineering-skanska-bot-poc%2Fmain%2Finfrastructure%2Fdeployment.json)

Click on the Deploy to Azure button and configure your settings in the Azure Portal as described in the [Environment variables](#environment-variables) section.

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
}
},
"variables": {
"WebAppImageName": "DOCKER|fruoccopublic.azurecr.io/sample-app-aoai-chatgpt:latest",
"WebAppImageName": "DOCKER|pdskanskapoc.azurecr.io/pd-skanska-bot-poc:latest",
"cosmosdb_account_name": "[format('db-{0}', parameters('WebsiteName'))]",
"cosmosdb_database_name": "db_conversation_history",
"cosmosdb_container_name": "conversations",
Expand Down

0 comments on commit c00a839

Please sign in to comment.