I need to use the azure cli from within a linux virtual machine. There are two contraints:
- cannot use/store the credentials used for creating the VM on the VM.
- the login/authentication need to be automated (non-interactive)
On AWS, I can use instance profiles for such scenario, but I am unable to find any feasible approach for Azure. Any help is greatly appreciated.