Skip to content

Commit 3e66463

Browse files
Merge pull request #298810 from AbhishekMallick01/Apr-24-2025-Incubation
Incubation <50 visitors - SQL protection via REST
2 parents 4b4bf22 + 0bea26f commit 3e66463

10 files changed

+86
-10
lines changed

articles/backup/backup-azure-sql-backup-cli.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up SQL server databases in Azure VMs using Azure Backup via CLI
33
description: Learn how to use CLI to back up SQL server databases in Azure VMs in the Recovery Services vault.
44
ms.topic: how-to
5-
ms.date: 09/10/2024
5+
ms.date: 04/24/2025
66
ms.service: azure-backup
77
ms.custom: devx-track-azurecli
88
author: jyothisuri
@@ -200,3 +200,11 @@ The response provides you the job name. You can use this job name to track the j
200200

201201
* Learn how to [restore an SQL database in Azure VM using CLI](backup-azure-sql-restore-cli.md).
202202
* Learn how to [back up an SQL database running in Azure VM using Azure portal](backup-sql-server-database-azure-vms.md).
203+
204+
205+
## Related content
206+
207+
- [Back up SQL server databases in Azure VMs using Azure Backup via REST API](backup-azure-sql-vm-rest-api.md).
208+
- [Restore SQL Server databases in Azure VMs with REST API](restore-azure-sql-vm-rest-api.md).
209+
- [Manage SQL server databases in Azure VMs with REST API](manage-azure-sql-vm-rest-api.md).
210+

articles/backup/backup-azure-sql-database.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up SQL Server databases to Azure
33
description: This article explains how to back up SQL Server to Azure. The article also explains SQL Server recovery.
44
ms.topic: overview
5-
ms.date: 09/11/2024
5+
ms.date: 04/23/2025
66
author: jyothisuri
77
ms.author: jsuri
88
---
@@ -207,3 +207,11 @@ To configure simultaneous backups, follow these steps:
207207
* [Learn about](backup-sql-server-database-azure-vms.md) backing up SQL Server databases.
208208
* [Learn about](restore-sql-database-azure-vm.md) restoring backed up SQL Server databases.
209209
* [Learn about](manage-monitor-sql-database-backup.md) managing backed up SQL Server databases.
210+
211+
212+
## Related content
213+
214+
- [Back up SQL server databases in Azure VMs using Azure Backup via REST API](backup-azure-sql-vm-rest-api.md).
215+
- [Restore SQL Server databases in Azure VMs with REST API](restore-azure-sql-vm-rest-api.md).
216+
- [Manage SQL server databases in Azure VMs with REST API](manage-azure-sql-vm-rest-api.md).
217+

articles/backup/backup-azure-sql-manage-cli.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage SQL server databases in Azure VMs using Azure Backup via CLI
33
description: Learn how to use CLI to manage SQL server databases in Azure VMs in the Recovery Services vault.
44
ms.topic: how-to
5-
ms.date: 11/26/2024
5+
ms.date: 04/24/2025
66
ms.service: azure-backup
77
ms.custom: devx-track-azurecli, engagement-fy24
88
author: jyothisuri
@@ -405,3 +405,11 @@ To verify the status of this operation, use the [az backup job show](/cli/azure/
405405

406406
* Learn how to [back up an SQL database running on Azure VM using the Azure portal](backup-sql-server-database-azure-vms.md).
407407
* Learn how to [manage a backed-up SQL database running on Azure VM using the Azure portal](manage-monitor-sql-database-backup.md).
408+
409+
410+
## Related content
411+
412+
- [Back up SQL server databases in Azure VMs using Azure Backup via REST API](backup-azure-sql-vm-rest-api.md).
413+
- [Restore SQL Server databases in Azure VMs with REST API](restore-azure-sql-vm-rest-api.md).
414+
- [Manage SQL server databases in Azure VMs with REST API](manage-azure-sql-vm-rest-api.md).
415+

articles/backup/backup-azure-sql-restore-cli.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Restore SQL server databases in Azure VMs using Azure Backup via CLI
33
description: Learn how to use CLI to restore SQL server databases in Azure VMs in the Recovery Services vault.
44
ms.topic: how-to
5-
ms.date: 07/30/2024
5+
ms.date: 04/24/2025
66
ms.service: azure-backup
77
ms.custom: devx-track-azurecli, engagement-fy24
88
author: jyothisuri
@@ -392,3 +392,11 @@ Add the parameter `--target-subscription-id` that enables you to provide the tar
392392
## Next step
393393

394394
* [Manage SQL databases that are backed up using Azure CLI](backup-azure-sql-manage-cli.md).
395+
396+
397+
## Related content
398+
399+
- [Back up SQL server databases in Azure VMs using Azure Backup via REST API](backup-azure-sql-vm-rest-api.md).
400+
- [Restore SQL Server databases in Azure VMs with REST API](restore-azure-sql-vm-rest-api.md).
401+
- [Manage SQL server databases in Azure VMs with REST API](manage-azure-sql-vm-rest-api.md).
402+

articles/backup/backup-sql-server-database-azure-vms.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up multiple SQL Server VMs from the vault
33
description: In this article, learn how to back up SQL Server databases on Azure virtual machines with Azure Backup from the Recovery Services vault
44
ms.topic: how-to
5-
ms.date: 02/12/2025
5+
ms.date: 04/24/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -295,3 +295,10 @@ Learn how to:
295295

296296
* [Restore backed-up SQL Server databases](restore-sql-database-azure-vm.md)
297297
* [Manage backed-up SQL Server databases](manage-monitor-sql-database-backup.md)
298+
299+
## Related content
300+
301+
- [Back up SQL server databases in Azure VMs using Azure Backup via REST API](backup-azure-sql-vm-rest-api.md).
302+
- [Restore SQL Server databases in Azure VMs with REST API](restore-azure-sql-vm-rest-api.md).
303+
- [Manage SQL server databases in Azure VMs with REST API](manage-azure-sql-vm-rest-api.md).
304+

articles/backup/backup-sql-server-database-from-azure-vm-blade.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up SQL Server from the Azure VM blade using Azure Backup
33
description: In this article, learn how to back up SQL Server databases from the Azure VM blade via the Azure portal.
44
ms.topic: how-to
5-
ms.date: 07/23/2024
5+
ms.date: 04/24/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -101,3 +101,10 @@ To configure backup from the SQL VM blade, follow these steps:
101101
- [Manage and monitor backed up SQL Server databases](manage-monitor-sql-database-backup.md)
102102
- [Troubleshoot backups on a SQL Server database](backup-sql-server-azure-troubleshoot.md)
103103
- [FAQ - Backing up SQL Server databases on Azure VMs - Azure Backup | Microsoft Learn](/azure/backup/faq-backup-sql-server)
104+
105+
## Related content
106+
107+
- [Back up SQL server databases in Azure VMs using Azure Backup via REST API](backup-azure-sql-vm-rest-api.md).
108+
- [Restore SQL Server databases in Azure VMs with REST API](restore-azure-sql-vm-rest-api.md).
109+
- [Manage SQL server databases in Azure VMs with REST API](manage-azure-sql-vm-rest-api.md).
110+

articles/backup/backup-sql-server-on-availability-groups.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up SQL Server always on availability groups
33
description: In this article, learn how to back up SQL Server on availability groups.
44
ms.topic: how-to
5-
ms.date: 09/11/2024
5+
ms.date: 04/24/2025
66
author: jyothisuri
77
ms.author: jsuri
88
---
@@ -196,3 +196,10 @@ Learn how to:
196196

197197
* [Restore backed-up SQL Server databases](restore-sql-database-azure-vm.md)
198198
* [Manage backed-up SQL Server databases](manage-monitor-sql-database-backup.md)
199+
200+
## Related content
201+
202+
- [Back up SQL server databases in Azure VMs using Azure Backup via REST API](backup-azure-sql-vm-rest-api.md).
203+
- [Restore SQL Server databases in Azure VMs with REST API](restore-azure-sql-vm-rest-api.md).
204+
- [Manage SQL server databases in Azure VMs with REST API](manage-azure-sql-vm-rest-api.md).
205+

articles/backup/backup-sql-server-vm-from-vm-pane.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up a SQL Server VM from the VM pane
33
description: In this article, learn how to back up SQL Server databases on Azure virtual machines from the VM pane.
44
ms.topic: how-to
5-
ms.date: 07/22/2024
5+
ms.date: 04/24/2025
66
author: jyothisuri
77
ms.author: jsuri
88
ms.custom: engagement-fy24
@@ -79,3 +79,10 @@ Learn how to:
7979

8080
- [Restore backed-up SQL Server databases](restore-sql-database-azure-vm.md)
8181
- [Manage backed-up SQL Server databases](manage-monitor-sql-database-backup.md)
82+
83+
## Related content
84+
85+
- [Back up SQL server databases in Azure VMs using Azure Backup via REST API](backup-azure-sql-vm-rest-api.md).
86+
- [Restore SQL Server databases in Azure VMs with REST API](restore-azure-sql-vm-rest-api.md).
87+
- [Manage SQL server databases in Azure VMs with REST API](manage-azure-sql-vm-rest-api.md).
88+

articles/backup/manage-monitor-sql-database-backup.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage and monitor SQL Server DBs on an Azure VM
33
description: This article describes how to manage and monitor SQL Server databases that are running on an Azure VM.
44
ms.topic: how-to
5-
ms.date: 11/30/2024
5+
ms.date: 04/24/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -201,3 +201,11 @@ Different | Same or different | Same or different | Same or
201201
## Next steps
202202

203203
For more information, see [Troubleshoot backups on a SQL Server database](backup-sql-server-azure-troubleshoot.md).
204+
205+
206+
## Related content
207+
208+
- [Back up SQL server databases in Azure VMs using Azure Backup via REST API](backup-azure-sql-vm-rest-api.md).
209+
- [Restore SQL Server databases in Azure VMs with REST API](restore-azure-sql-vm-rest-api.md).
210+
- [Manage SQL server databases in Azure VMs with REST API](manage-azure-sql-vm-rest-api.md).
211+

articles/backup/restore-sql-database-azure-vm.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Restore SQL Server databases on an Azure VM
33
description: This article describes how to restore SQL Server databases that are running on an Azure VM and that are backed up with Azure Backup. You can also use Cross Region Restore to restore your databases to a secondary region.
44
ms.topic: how-to
5-
ms.date: 09/19/2024
5+
ms.date: 04/24/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -300,3 +300,11 @@ By default, CSR is enabled on the Recovery Services vault. To update the Recover
300300
## Next steps
301301

302302
[Manage and monitor](manage-monitor-sql-database-backup.md) SQL Server databases that are backed up by Azure Backup.
303+
304+
305+
## Related content
306+
307+
- [Back up SQL server databases in Azure VMs using Azure Backup via REST API](backup-azure-sql-vm-rest-api.md).
308+
- [Restore SQL Server databases in Azure VMs with REST API](restore-azure-sql-vm-rest-api.md).
309+
- [Manage SQL server databases in Azure VMs with REST API](manage-azure-sql-vm-rest-api.md).
310+

0 commit comments

Comments
 (0)