I'm trying to restore my database into Azure SQL Managed instance from blob storage URL. But I'm getting below error.
RESTORE HEADERONLY is terminating abnormally. (Microsoft SQL Server, Error: 3201)
I tried to restore it to localhost and that worked fine. Blob storage is having all the permissions.
Why is it working in localhost and not in Azure SQL managed instance.