An Azure relational database service.
hello daniel,
This is not an RBAC issue.
When you initiate the restore from:
Server → Backups → Long-term retention → Restore
the Azure Portal scopes the operation to that specific logical server. Because of that, the Server dropdown is disabled, even though the backend API supports restoring an LTR backup to a different logical server in the same subscription and region.
That’s why:
- Restore to the original server works in the Portal
Selecting another server is greyed out
The same restore works via CLI
Since your CLI command succeeds, it confirms:
Permissions are correct
Same-region restore is supported
No subscription/tenant restriction exists
This is a Portal UX limitation, not a platform limitation.
For cross-server LTR restores, use CLI, PowerShell, or ARM/Bicep.This is not an RBAC issue.
When you initiate the restore from:
Server → Backups → Long-term retention → Restore
the Azure Portal scopes the operation to that specific logical server. Because of that, the Server dropdown is disabled, even though the backend API supports restoring an LTR backup to a different logical server in the same subscription and region.
That’s why:
Restore to the original server works in the Portal
Selecting another server is greyed out
The same restore works via CLI
Since your CLI command succeeds, it confirms:
Permissions are correct
Same-region restore is supported
No subscription/tenant restriction exists
This is a Portal UX limitation, not a platform limitation.
For cross-server LTR restores, use CLI, PowerShell, or ARM/Bicep.