Skip to content
Open
Changes from all 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
12 changes: 11 additions & 1 deletion azure.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.1/azure.yaml.json

name: azd-get-started-with-ai-chat
metadata:
Expand Down Expand Up @@ -45,3 +45,13 @@ pipeline:
- AZURE_AI_EMBED_MODEL_FORMAT
- AZURE_AI_EMBED_MODEL_VERSION
- AZURE_EXISTING_AIPROJECT_CONNECTION_STRING

projects:
- name: webapp
path: src
language: python
host: containerapp
- name: infra
path: infra
language: bicep
host: none