Hi.
I hope someone can help me here with what i'm trying to do or can lead me in the right direction.
I want to standardize Azure VM deployments via ARM Template on the Azure Portal, preferrable from the template section.
The target should be that administrators can deploy a vm out of the portal while asking as less questions as possible.
We have a very high developed naming scheme which can help to compute most of the input parameters but there are still some questions to ask. Like in which vnet / subnet the VM should be placed, so I'm thinking that at that point the admin should get a list
of the actual presented Subnets to choose from or create a new one. I know that I can "hardcode" them via AllowedValues but an live excerpt of what is possible will be much more comfortable (for me and the admin)
There are other decision, e.g. Data Disk or not, and my wish is to have these all asked an runtime calculated in the parameter sections during the start of the deployment.
I hope that this is possible (it could also be that ARM is the wrong engine and I have to do it via Powershell / CLI). But main focus shoud be the portal and as less question as possible to eliminate errors.
Thanks in advance
Olaf
Regards
Olaf