Azure / appcat-rulesets

Repository for maintaining Rulesets for Windup
Eclipse Public License 2.0
6 stars 10 forks source link

Rules for producing deployment scripts #130

Open brunoborges opened 1 year ago

brunoborges commented 1 year ago

Given a particular Azure target, can we recommend to the user how to produce deployment scripts?

Original feedback:

Given we already know the application requirements (number of services, etc.) it would be super helpful to optionally produce a bicep template that can be used as a starting point to deploy on Azure. The ideal situation is that the customer can opt in to changes that would "azd-ize" the repository they are working with so that they can (after AppCAT runs and they solve the mandatory issues) just run "azd up" to deploy their code to Azure.

AZD, or Azure Developer CLI, is a command-line tool to help deploy projects of any kind.