How to check if a backup is enabled on an azure virtual machine using PowerShell or azure command in my use case, I don't want to go with Get-AzureRmRecoveryServicesBackupContainer stuff, looking for any other option available on the virtual machine level for checking backup status of a VM.
Thanks