Azure / buffalo-azure

A gobuffalo plugin for working with Azure.
https://gobuffalo.io/en/docs/plugins
MIT License
29 stars 8 forks source link

Create gobuffalo ARM Template #28

Closed marstr closed 5 years ago

marstr commented 6 years ago

Originally, we thought we would build a command to generate an ARM template to drop into a buffalo project. However, after some experimentation, it seems that the ARM template language builds in enough dynamic-ism to have a single template parameterized to accommodate the options available from within a Buffalo app.

The template should be be able to:

marstr commented 6 years ago

Progress can be seen here: https://github.com/marstr/azure-quickstart-templates/tree/5b969c16c683fd7e3b2e4e4bd1cb866d44e9ff7b/gobuffalo

marstr commented 6 years ago

The bulk of the template is done. I just need to polish comments/formatting then submit a PR to the quickstart-templates repository.