HomecareHomebase / azure-bake

An Open Source Deployment Management Framework for DevOps and Developers
MIT License
9 stars 14 forks source link

Bug Fix: allow concurrent deploy and file upload #218

Closed mtyrealhanla closed 3 years ago

mtyrealhanla commented 3 years ago

Forgot that having extra parameters not included in the ARM template would cause an error. This means that you could not deploy a storage account and then upload files to it at the same time. Changed it around to pull params out into variables and delete them from the params collection