Azure / azure-quickstart-templates

Azure Quickstart Templates
https://aka.ms/azqst
MIT License
13.95k stars 16.08k forks source link

KeyVault as variable #2949

Open mrmunch opened 7 years ago

mrmunch commented 7 years ago

I want to put my template into Azure Marketplace. I need to provide a static password, but the customer (who starts the template deployment) must not see this password, so I provide it via KeyVault. It works when adding KeyVault object as a paramter, but when the customer starts Deployment via Portal GUI - what should he enter in the text field? It would be much better if I can provide KeyVault object via variables - will this be supported soon?

nik-shornikov commented 7 years ago

+1 reference objects in variables and URI properties while you're at it; there exists the documented workaround of deployment object explicit parameters, but I'm not wild about it at all; maybe that'd work for you, @mrmunch , passing all the params from the parent and composing the reference object?