Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 2 additions & 18 deletions azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,13 @@

name: azure-openai-chat-app-quickstart
metadata:
template: azure-openai-chat-app-quickstart@0.2.0
template: azure-openai-chat-app-quickstart@0.3.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot Change this to 0.4.0 please

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to 0.4.0 in commit 4027fef

requiredVersions:
azd: ">= 1.10.0"
azd: ">= 1.17.0"
services:
aca:
project: ./src
language: py
host: containerapp
docker:
remoteBuild: true
pipeline:
variables:
- AZURE_OPENAI_CHAT_DEPLOYMENT
- AZURE_OPENAI_CHAT_MODEL
- AZURE_OPENAI_CHAT_MODEL_VERSION
- AZURE_OPENAI_RESOURCE
- AZURE_OPENAI_RESOURCE_GROUP
- AZURE_OPENAI_RESOURCE_LOCATION
- AZURE_OPENAI_DEPLOYMENT_CAPACITY
- AZURE_OPENAI_DEPLOYMENT_SKU_NAME
- AZURE_OPENAI_SKU_NAME
- AZURE_OPENAI_API_VERSION
- CREATE_AZURE_OPENAI
- AZURE_OPENAI_ENDPOINT
- SERVICE_ACA_RESOURCE_EXISTS
- DISABLE_KEY_BASED_AUTH
Loading