microsoft / azure-container-apps

Roadmap and issues for Azure Container Apps
MIT License
356 stars 27 forks source link

Publish container app yaml specification #1084

Open jason-berk-k1x opened 4 months ago

jason-berk-k1x commented 4 months ago

Please provide us with the following information:

This issue is a: (mark with an x)

Issue description

we need the YAML specification for using the --yaml flag with az containerapp

Additional context

discussed here: https://github.com/microsoft/azure-container-apps/issues/9 requested again here:https://github.com/microsoft/azure-container-apps/issues/15 (but closed without actually solving the problem)

anthonychu commented 4 months ago

YAML has the same schema as JSON and is documented here:

jason-berk-k1x commented 4 months ago

sure, but I'm interested in getting better support in VS Code. Right now, it just thinks I'm editing a yaml file....there's no JSON Schema

Screenshot 2024-02-27 at 8 54 37 AM

Screenshot 2024-02-27 at 8 55 34 AM