This template deploys a Windows Server VM and 6 NVME data disks to a new virtual network with an optional bastion for access to the environment.
#!/bin/bash
az deployment group create --template-file ./main.bicep --resource-group 'nvme_test'
This template deploys a Windows Server VM and 6 NVME data disks to a new virtual network with an optional bastion for access to the environment.
#!/bin/bash
az deployment group create --template-file ./main.bicep --resource-group 'nvme_test'