Skip to content

Commit 99fd458

Browse files
author
AbhishekMallick-MS
committed
minor change
1 parent 9dd5f9c commit 99fd458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 [Windows VM](../virtual-machines/windows/quick-create-cli.md) and a [Linux VM](../virtual-machines/linux/quick-create-cli.md) using Azure 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)