...
Create a new Storage Account using the ARM template in the DR region (refer to Fig 1 for getting DR region value).
Execute the following command to copy the data from the Secondary Storage Blob Service Endpoint (created when you enabled the RA-GRS redundancy option) to the above-createdoption)to the above created Storage Account.
Code Block azcopy copy "<source_URL>" "<destination_URL>" --recursive=true
...