Using Console
Using CLI
<subscription_id>
with the ID of your Azure subscription.
<resource_group_name>
with the name of the resource group in which the virtual machine is present, <vault_name>
with the name of the backup vault in which the backups will be stored, and <vm_name>
with the name of the virtual machine for which you want to enable backups.
<policy_name>
with the name of the backup policy that you want to apply, <resource_group_name>
with the name of the resource group in which the virtual machine is present, <vault_name>
with the name of the backup vault in which the backups will be stored, and <vm_name>
with the name of the virtual machine for which you want to configure the backup policy.
<resource_group_name>
with the name of the resource group in which the virtual machine is present, <vault_name>
with the name of the backup vault in which the backups will be stored, <policy_name>
with the name of the backup policy that you have configured, and <vm_name>
with the name of the virtual machine for which you want to trigger the backup.
<resource_group_name>
with the name of the resource group in which the virtual machine is present, and <vault_name>
with the name of the backup vault in which the backups are stored.
Using Python