I'm evaluating azure functions on-prem and would like to have the manager and worker roles separated. The install docs go through a scenario where both roles are on the same machine.
Does this mean that separating the roles on different VMs would not be supported/recommended?
If this is acceptable, would nested virtualization only be required on the worker VM since that's where the containers are spun up?
Is it common practice or even reasonable to use a role-based database prefix like "worker_" and "manager_"?
Appreciate all the help!