79650144

Date: 2025-06-02 18:16:30
Score: 1.5
Natty:
Report link

If scaling up and down isn't possible, you can try to force a Database Failover.

Invoke-AzSqlDatabaseFailover

Run at AZCli in PowerShell

Invoke-AzSqlDatabaseFailover -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -DatabaseName "Database01"

See more information about this command at
https://learn.microsoft.com/en-us/powershell/module/az.sql/invoke-azsqldatabasefailover?view=azps-14.0.0&viewFallbackFrom=azps-13.4.0

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: MagnoCorrea