Skip to content

Commit 61aa0d7

Browse files
committed
updates13
1 parent 63b4e97 commit 61aa0d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/backup/quick-backup-vm-terraform.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Quickstart: Back up a virtual machine in Azure with Terraform'
33
description: In this quickstart, you learn how to configure Azure Backup to run a backup on demand by creating and configuring an Azure Windows virtual machine, virtual network, subnet, public IP, network security group, network interface, storage account, Backup recovery services vault, and Backup policy.
44
ms.topic: quickstart
5-
ms.date: 12/10/2024
5+
ms.date: 12/13/2024
66
ms.custom: devx-track-terraform
77
ms.service: windows
88
author: AbhishekMallick-MS
@@ -96,7 +96,7 @@ In this quickstart, you create an Azure Windows virtual machine (VM) and associa
9696
windows_virtual_machine_name = $(terraform output -raw azurerm_windows_virtual_machine_name)
9797
```
9898

99-
1. Run [az backup protection backup-now](/cli/azure/backup/protection#az-backup-protection-backup-now) to start a backup job.
99+
1. Run [`az backup protection backup-now`](/cli/azure/backup/protection#az-backup-protection-backup-now) to start a backup job.
100100

101101
```azurecli
102102
az backup protection backup-now --resource-group $resource_group_name \
@@ -106,7 +106,7 @@ In this quickstart, you create an Azure Windows virtual machine (VM) and associa
106106
--backup-management-type AzureIaaSVM
107107
```
108108

109-
1. Run [az backup job list](/cli/azure/backup/job#az-backup-job-list) to monitor the backup job.
109+
1. Run [`az backup job list`](/cli/azure/backup/job#az-backup-job-list) to monitor the backup job.
110110

111111
```azurecli
112112
az backup job list --resource-group $resource_group_name \

0 commit comments

Comments
 (0)