You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/quick-backup-vm-terraform.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
---
2
-
title: 'Quickstart: Create an Azure Windows virtual machine using Terraform'
3
-
description: In this quickstart, you create an Azure Windows virtual machine (VM), virtual network, subnet, public IP, network security group, network interface, storage account, Azure Backup recovery services vault, Backup policy, and a protected VM for backup.
2
+
title: 'Quickstart: Back up a virtual machine in Azure with Terraform'
3
+
description: In this quickstart, you create an Azure Windows virtual machine (VM), virtual network, subnet, public IP, network security group, network interface, storage account, Azure Backup recovery services vault, Backup policy, and a protected VM for backup. This can help you to configure Backup to run a backup on demand.
4
4
ms.topic: quickstart
5
5
ms.date: 11/27/2024
6
6
ms.custom: devx-track-terraform
7
7
ms.service: windows
8
8
author: AbhishekMallick-MS
9
9
ms.author: v-abhmallick
10
-
#customer intent: As a Terraform user, I want to see how to create and configure an Azure virtual network, subnet, public IP, network security group, network interface, storage account, virtual machine, Azure Backup recovery services vault, and Backup policy.
10
+
#customer intent: As a Terraform user, I want to see how to create and configure an Azure virtual network, subnet, public IP, network security group, network interface, storage account, virtual machine, Azure Backup recovery services vault, and Backup policy to configure Backup and run a backup on demand.
11
11
content_well_notification:
12
12
- AI-contribution
13
13
---
14
14
15
-
# Quickstart: Create an Azure Windows virtual machine using Terraform
15
+
# Quickstart: Back up a virtual machine in Azure with Terraform
16
16
17
17
In this quickstart, you create an Azure Windows virtual machine (VM) and associated resources using Terraform. An Azure Windows VM is a scalable computing resource that Azure provides. It's an on-demand, virtualized Windows server in the Azure cloud. You can use it to deploy, test, and run applications, among other things. In addition to the VM, this code also creates a virtual network, subnet, public IP, network security group, network interface, storage account, Azure Backup recovery services vault, and Backup policy.
18
18
@@ -96,7 +96,7 @@ In this quickstart, you create an Azure Windows virtual machine (VM) and associa
0 commit comments