Hello Gabriel Moraes,
Thanks for reaching out in the Microsoft Q&A!
Azure Site Recovery (ASR) mainly uses managed disks for VM replication, but you can achieve disaster recovery (DR) without them. You can use Azure Backup with Geo-Redundant Storage (GRS) to back up VM disks to a different region's storage account, offering a cost-effective DR solution with potentially longer recovery times. Alternatively, Azure VM Snapshot with Geo-Replication lets you create snapshots of VMs and replicate them to another region's storage account for faster recovery times, though it requires more manual management. These methods offer DR options without the high cost of managed disks.
If you found this solution helpful, consider accepting it.