@Dnyaneshwar Surywanshi Full Azure VM backup is better achieved using Azure VM backup rather than via MARS.
The closest option is to use system state backups along with File and folder backups. System state restore is a 2-stage process where MARS will pull down the backed up copy of the system state backup following which the user will need to use Windows Server Backup to restore the system state. The complexity on an Azure VM is that when the system boots into safe mode to restore the system state, RDP access is lost. Additionally if there were to be a problem with the System State restore, a Windows Recovery Environment may not be an option.
An alternative may be that you can choose to back up only the OS disk of the VM and use MARS for the rest of the data.
----------------------------------------------------------------------------------------------------------------------
If the response helped, do "Accept Answer" and up-vote it