@@ -18,6 +18,7 @@ In this quickstart, you create an Azure Windows virtual machine (VM) and associa
18
18
19
19
[ !INCLUDE [ About Terraform] ( ~/azure-dev-docs-pr/articles/terraform/includes/abstract.md )]
20
20
21
+ In this article, you learn how to:
21
22
> [ !div class="checklist"]
22
23
> * Create an Azure resource group with a unique name.
23
24
> * 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
26
27
> * Create a network security group with two security rules for remote desk protocol and web traffic.
27
28
> * Create a network interface with a unique name, and attach it to the subnet and public IP address.
28
29
> * 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.
33
32
> * Create a Backup recovery services vault with a unique name.
34
33
> * Create a Backup policy for the VM with daily frequency and a retention period of seven days.
35
34
> * 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
74
73
75
74
## Verify the results
76
75
77
- ### [ Azure CLI] ( #tab/azure-cli )
76
+ ### Azure CLI
78
77
79
78
1 . Get the Azure resource group name.
80
79
0 commit comments