Azure deployment error
-
I would like to trial Pfsense on Azure but I cannot get a successful deployment.
Using Azure ARM during the deployment process:
"error": {
"code": "OperationNotAllowed",
"message": "Operation 'Update VM' is not allowed on VM 'pfsense' since the VM is marked for deletion. You can only retry the Delete operation (or wait for an ongoing one to complete)."
}
}I get the same error when trying to deploy though Powershell.
it creates all the resources (NIC, IP, VHD) but gives this error at the end.
Does anyone know why i get this?
thanks