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/backup/backup-azure-sql-manage-cli.md
+9-19Lines changed: 9 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Manage SQL server databases in Azure VMs using Azure Backup via CLI
3
3
description: Learn how to use CLI to manage SQL server databases in Azure VMs in the Recovery Services vault.
4
4
ms.topic: how-to
5
-
ms.date: 11/16/2023
5
+
ms.date: 11/26/2024
6
6
ms.service: azure-backup
7
7
ms.custom: devx-track-azurecli, engagement-fy24
8
8
author: AbhishekMallick-MS
@@ -13,28 +13,18 @@ ms.author: v-abhmallick
13
13
14
14
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).
15
15
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:
19
18
>
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
33
24
34
25
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.
35
26
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).
0 commit comments