Azure / arm-deploy

ARM action to deploy an Azure Resource Manager (ARM) template to all the deployment scopes
MIT License
84 stars 39 forks source link

Is it possible to refer to a template file via pattern referring or similar? #120

Open miran-hadziomerovic opened 1 year ago

miran-hadziomerovic commented 1 year ago

I am currently developing functionality for deploying a bicep file to Azure. Since I am downloading the file from an artifact, I would like to know is it possible to indirectly refer to this file (as it is the only file in the working directory).

image

Is something like "*.bicep" or "." possible or considered for future versions?

Thank you in advance!

t-dedah commented 1 year ago

Hi @miran-hadziomerovic Unfortunately we do not support this at the moment. We will consider this as a feature request but we do not have any ETA for this at the moment. Will that work for you?

miran-hadziomerovic commented 1 year ago

Hi, sounds good. It would be a great addition in the future.