Hey there PS
Thats a good question and thanks for using QandA platform
First, connect to your Azure environment using PowerShell and query the metadata of your dedicated SQL pool to identify all external tables currently pointing to Storage1.
For each identified external table, you'll need to update its definition to point to Storage2 instead of Storage1.
use PowerShell script into your automation workflow. This way, the updates can be executed automatically after the restoration process completes.
Hope this helps!
Kindly accept the answer if it helps thanks much.