You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-sql/managed-instance/scripts/restore-geo-backup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ This script uses the following commands. Each command in the table links to comm
70
70
| Command | Notes |
71
71
|---|---|
72
72
|[New-AzResourceGroup](/powershell/module/az.resources/New-AzResourceGroup)| Creates a resource group in which all resources are stored. |
73
-
|[Get-AzSqlInstanceDatabaseGeoBackup](/powershell/module/az.sql/Get-AzSqlInstanceDatabaseGeoBackup)|Creates a geo-redundant backup of a SQL Managed Instance database. |
73
+
|[Get-AzSqlInstanceDatabaseGeoBackup](/powershell/module/az.sql/Get-AzSqlInstanceDatabaseGeoBackup)|Gets one or more geo-backups from a database within an Azure SQL Managed Instance. |
74
74
|[Restore-AzSqlInstanceDatabase](/powershell/module/az.sql/Restore-AzSqlInstanceDatabase)| Creates a database on SQL Managed Instance from geo-backup. |
75
75
|[Remove-AzResourceGroup](/powershell/module/az.resources/remove-azresourcegroup)| Deletes a resource group, including all nested resources. |
0 commit comments