Skip to content

Commit f57aa6e

Browse files
Merge pull request #291089 from AbhishekMallick-MS/Nov-26-2024-Freshness1
Freshness - SQL backup manage
2 parents f5292f0 + 16eb371 commit f57aa6e

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

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

Lines changed: 9 additions & 19 deletions
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/16/2023
5+
ms.date: 11/26/2024
66
ms.service: azure-backup
77
ms.custom: devx-track-azurecli, engagement-fy24
88
author: AbhishekMallick-MS
@@ -13,28 +13,18 @@ ms.author: v-abhmallick
1313

1414
Azure CLI is used to create and manage Azure resources from the Command Line or through scripts. This article describes how to manage a backed-up SQL database on Azure VM using Azure CLI. You can also perform these actions using [the Azure portal](./manage-monitor-sql-database-backup.md).
1515

16-
In this article, you'll learn how to:
17-
18-
> [!div class="checklist"]
16+
>[!Note]
17+
>If you've used [Back up an SQL database in Azure using CLI](backup-azure-sql-backup-cli.md) to back up your SQL database, then you're- using the following resources:
1918
>
20-
> * Monitor backup and restore jobs
21-
> * Protect new databases added to an SQL instance
22-
> * Change the policy
23-
> * Stop protection
24-
> * Resume protection
25-
26-
If you've used [Back up an SQL database in Azure using CLI](backup-azure-sql-backup-cli.md) to back up your SQL database, then you're- using the following resources:
27-
28-
* A resource group named *SQLResourceGroup*
29-
* A vault named *SQLVault*
30-
* Protected container named *VMAppContainer;Compute;SQLResourceGroup;testSQLVM*
31-
* Backed-up database/item named *sqldatabase;mssqlserver;master*
32-
* Resources in the *westus2* region
19+
>* A resource group named *SQLResourceGroup*
20+
>* A vault named *SQLVault*
21+
>* Protected container named *VMAppContainer;Compute;SQLResourceGroup;testSQLVM*
22+
>* Backed-up database/item named *sqldatabase;mssqlserver;master*
23+
>* Resources in the *westus2* region
3324
3425
Azure CLI eases the process of managing an SQL database running on an Azure VM that's backed-up using Azure Backup. The following sections describe each of the management operations.
3526

36-
>[!Note]
37-
>See the [SQL backup support matrix](sql-support-matrix.md) to know more about the supported configurations and scenarios.
27+
Learn more [about the supported configurations and scenarios for the SQL backup](sql-support-matrix.md).
3828

3929
## Monitor backup and restore jobs
4030

0 commit comments

Comments
 (0)