Skip to content

Commit 586ecd5

Browse files
author
AbhishekMallick-MS
committed
Freshness - Restore SQL DB via CLI
1 parent f06f432 commit 586ecd5

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

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

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,19 @@
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/18/2023
5+
ms.date: 07/30/2024
66
ms.service: backup
7-
ms.custom: devx-track-azurecli
7+
ms.custom: devx-track-azurecli, engagement-fy24
88
author: AbhishekMallick-MS
99
ms.author: v-abhmallick
1010
---
1111

1212
# Restore SQL databases in an Azure VM using Azure CLI
1313

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

1616
Use [Azure Cloud Shell](../cloud-shell/overview.md) to run CLI commands.
1717

18-
In this article, you'll learn how to:
19-
20-
> [!div class="checklist"]
21-
>
22-
> * View restore points for a backed-up database
23-
> * Restore a database
24-
2518
This article assumes you've an SQL database running on Azure VM that's backed-up using Azure Backup. 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:
2619

2720
* A resource group named `SQLResourceGroup`.
@@ -396,7 +389,6 @@ Add the parameter `--target-subscription-id` that enables you to provide the tar
396389
397390
```
398391

399-
## Next steps
392+
## Next step
400393

401-
* Learn how to [manage SQL databases that are backed up using Azure CLI](backup-azure-sql-manage-cli.md).
402-
* Learn how to [restore an SQL database running in Azure VM using the Azure portal](./restore-sql-database-azure-vm.md).
394+
* [Manage SQL databases that are backed up using Azure CLI](backup-azure-sql-manage-cli.md).

0 commit comments

Comments
 (0)