I want to deny creation of VM but allow everything else on that including updating it.
I created a custom RBAC role to deny create and allow other stuff, but as I attached a Disk to that VM I was denied because I didn't have permission to Update the VM. In RBAC of azure the "Create" has both create and update.
So, I wanna allow update and deny create. is there any other way like with policies or something?