I´m trying to create such Azure Bicep/ARM script that will deploy new Azure VM with new unmanaged disk, optionaly with custom size (for example 60 Gb).
I have consider many option including (and most promising looking)custom image, but from my understanding I still need existing vhd in storage blob prior deploynment and I can´t find any other way how to create vhd than that I create VM in portal with unmanaged disk and than detaching it, unfortunatelly that is really no option for me because I´m trying to automate whole process...
Thank you in advance for any advice, even simple it cannot be done, will help me, thanks