Skip to content

Commit ebf0301

Browse files
committed
updates15
1 parent 6c1d310 commit ebf0301

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ In this quickstart, you create an Azure Windows virtual machine (VM) and associa
1818

1919
[!INCLUDE [About Terraform](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
2020

21+
In this article, you learn how to:
2122
> [!div class="checklist"]
2223
> * Create an Azure resource group with a unique name.
2324
> * Create a virtual network with a unique name and a specified address space.
@@ -26,10 +27,8 @@ In this quickstart, you create an Azure Windows virtual machine (VM) and associa
2627
> * Create a network security group with two security rules for remote desk protocol and web traffic.
2728
> * Create a network interface with a unique name, and attach it to the subnet and public IP address.
2829
> * Associate the network security group with the network interface.
29-
> * Generate a random ID for a unique storage account name.
30-
> * Create a storage account for boot diagnostics.
31-
> * Create a Windows VM with a unique name.
32-
> * Generate a random password for the VM.
30+
> * Generate a random ID for a unique storage account name, and insert a storage account for boot diagnostics.
31+
> * Create a Windows VM with a unique name, and generate a random password for the VM.
3332
> * Create a Backup recovery services vault with a unique name.
3433
> * Create a Backup policy for the VM with daily frequency and a retention period of seven days.
3534
> * Protect the VM with the created Backup policy.
@@ -74,7 +73,7 @@ In this quickstart, you create an Azure Windows virtual machine (VM) and associa
7473

7574
## Verify the results
7675

77-
### [Azure CLI](#tab/azure-cli)
76+
### Azure CLI
7877

7978
1. Get the Azure resource group name.
8079

0 commit comments

Comments
 (0)