get-started-with-ai-chat
get-started-with-ai-chat copied to clipboard
Update YAML schema version and add project definitions for webapp and…
This pull request updates the azure.yaml file to align with the latest schema version and adds project configurations for better organization and deployment.
Schema update:
- Updated the schema reference in
azure.yamlto use version 1.1 ($schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.1/azure.yaml.json) instead of version 1.0.
Project configuration:
- Added a
projectssection inazure.yamlto define two projects:webapp(Python-based, hosted oncontainerapp) andinfra(Bicep-based, with no specific host).… infra
@kristenwomack - FYI