Skip to content

Commit 2804241

Browse files
Merge pull request #286446 from AbhishekMallick-MS/Sep-10-2024-Dev
Addressed task #25393
2 parents 3ff7227 + 99fd458 commit 2804241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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: 08/11/2022
5+
ms.date: 09/10/2024
66
ms.service: azure-backup
77
ms.custom: devx-track-azurecli
88
author: AbhishekMallick-MS
@@ -31,7 +31,7 @@ See the [currently supported scenarios](sql-support-matrix.md) for SQL in Azure
3131

3232
A Recovery Services vault is a logical container that stores the backup data for each protected resource, such as Azure VMs or workloads running on Azure VMs - for example, SQL or HANA databases. When the backup job for a protected resource runs, it creates a recovery point inside the Recovery Services vault. You can then use one of these recovery points to restore data to a given point in time.
3333

34-
Create a Recovery Services vault with the [az backup vault create](/cli/azure/backup/vault#az-backup-vault-create) command. Use the resource group and location as that of the VM you want to protect. Learn how to create a VM using Azure CLI with [this VM quickstart](/azure/virtual-machines/linux/quick-create-cli).
34+
Create a Recovery Services vault with the [az backup vault create](/cli/azure/backup/vault#az-backup-vault-create) command. Use the resource group and location as that of the VM you want to protect. Learn how to create a [Windows VM](/azure/virtual-machines/windows/quick-create-cli) and a [Linux VM](/azure/virtual-machines/linux/quick-create-cli) using Azure CLI.
3535

3636
For this article, we'll use:
3737

0 commit comments

Comments
 (0)