I started deploying a VM from a bicep template. https://learn.microsoft.com/en-us/azure/virtual-machines/windows/quick-create-bicep?tabs=CLI
It creates a RG, VM, etc as expected
After adding a new subnet to the VNET the subnet get's deleted when I run the VM deployment again.
I want to add other VMs to the resource group without deleting the other subnets in the VNET.
Please advise.
I tried using the --mode Incremental option but it still deletes the other subnets