Opinions?
What do you think about having possibility for Azure resource creation? For example for creating a blob storage for static website hosting. I would like to see a way to specify a resource and what get´s synched there. For example something like this:
I have used ARM template to create custom resources. I reference the template in the provider object. I also refernce my custom values via the parameters key and point it to my json file.
name: azure
location: West US
armTemplate:
file: azure-resources.json
parameters: ${file(azure-resources.parameters.json)}