Skip to content

Commit 7a21179

Browse files
committed
updates9
1 parent c043ba9 commit 7a21179

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
@@ -39,7 +39,7 @@ In this quickstart, you create an Azure Windows virtual machine (VM) and associa
3939

4040
- Create an Azure account with an active subscription. You can [create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
4141

42-
- [Install and configure Terraform](/azure/developer/terraform/quickstart-configure)
42+
- [Install and configure Terraform](/azure/developer/terraform/quickstart-configure).
4343

4444
## Implement the Terraform code
4545

@@ -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)