Azure / azure-dev

A developer CLI that reduces the time it takes for you to get started on Azure. The Azure Developer CLI (azd) provides a set of developer-friendly commands that map to key stages in your workflow - code, build, deploy, monitor, repeat.

Home Page:https://aka.ms/azd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test: add schema validation for generated containerapp manifests

weikanglim opened this issue · comments

We could consider adding an acceptance test to validate that an azd generated container manifest is valid.

This would involve:

  1. Generating the templated yaml
  2. Providing a set of stubbed substitutions (.Env, functions) or working end-to-end projects that, after evaluation, would be a standard container app YAML

This acts as a safety net against potential templating related bugs.