Hello @Rob McNees Thank you for reaching out to us on Microsoft Q&A platform. Happy to answer any questions you may have!
I see that you have a question about storage redundancy and how it works (LRS vs GRS) with Azure Site Recovery.
Storage redundancy options will not affect site recovery replication to Azure. However, it does affect in the event of disaster.
LRS replicates your data within the region in which you created your storage account unlike Geo-Redundant Storage (GRS), which replicates your data to a secondary region. With LRS, three copies of your data reside in separate fault domains and upgrade domains within the region. From a cost perspective, LRS works out to be much more economical as compared to GRS, and also offers higher throughput.
In general, we recommend that you use a geo-redundant storage account (GRS) account as this ensures that your data is durable even in the case of a complete regional outage or a disaster in which the primary region is not recoverable. But if your application can be easily recovered during an Azure region outage or your data governance requirements restrict replication of data across regions, replication to LRS will work out to be better.
Hope this answers your question. Please write back to us if you have any further questions!
If the response helped, do "Accept Answer" and up-vote it