Enforce backup for all virtual machines by deploying a recovery services vault in the same location and resource group as the virtual machine. Doing this is useful when different application teams in your organization are allocated separate resource groups and need to manage their own backups and restores. You can optionally exclude virtual machines containing a specified tag to control the scope of assignment. See https://aka.ms/AzureVMAppCentricBackupExcludeTag.
The following 2 compliance controls are associated with this Policy definition 'Configure backup on virtual machines without a given tag to a new recovery services vault with a default policy' (98d0b9f8-fd90-49c9-88e2-d3baf3b0dd86)
Use the filters above each column to filter and limit table data. Advanced searches can be performed by using the following operators: <, <=, >, >=, =, *, !, {, }, ||,&&, [empty], [nonempty], rgx: Learn more
Use the filters above each column to filter and limit table data. Advanced searches can be performed by using the following operators: <, <=, >, >=, =, *, !, {, }, ||,&&, [empty], [nonempty], rgx: Learn more
"description": "Enforce backup for all virtual machines by deploying a recovery services vault in the same location and resource group as the virtual machine. Doing this is useful when different application teams in your organization are allocated separate resource groups and need to manage their own backups and restores. You can optionally exclude virtual machines containing a specified tag to control the scope of assignment. See https://aka.ms/AzureVMAppCentricBackupExcludeTag.",
6
"metadata": {
7
- "version": "9.3.0",
8
"category": "Backup"
9
},
10
"parameters": {
11
"exclusionTagName": {
@@ -114,9 +114,10 @@
114
"2022-datacenter-smalldisk",
115
"2022-datacenter-core-g2",
116
"2022-datacenter-core",
117
"2022-datacenter-core-smalldisk-g2",
118
- "2022-datacenter-core-smalldisk"
119
]
120
}
121
]
122
},
@@ -177,8 +178,20 @@
177
}
178
]
179
},
180
{
181
"anyOf": [
182
{
183
"field": "Microsoft.Compute/imageOffer",
184
"like": "*-WS2019"
3
"policyType": "BuiltIn",
4
"mode": "Indexed",
5
"description": "Enforce backup for all virtual machines by deploying a recovery services vault in the same location and resource group as the virtual machine. Doing this is useful when different application teams in your organization are allocated separate resource groups and need to manage their own backups and restores. You can optionally exclude virtual machines containing a specified tag to control the scope of assignment. See https://aka.ms/AzureVMAppCentricBackupExcludeTag.",
displayName: "Configure backup on virtual machines without a given tag to a new recovery services vault with a default policy",
policyType: "BuiltIn",
mode: "Indexed",
description: "Enforce backup for all virtual machines by deploying a recovery services vault in the same location and resource group as the virtual machine. Doing this is useful when different application teams in your organization are allocated separate resource groups and need to manage their own backups and restores. You can optionally exclude virtual machines containing a specified tag to control the scope of assignment. See https://aka.ms/AzureVMAppCentricBackupExcludeTag.",
description: "Name of the tag to use for excluding VMs from the scope of this policy. This should be used along with the Exclusion Tag Value parameter. Learn more at https://aka.ms/AppCentricVMBackupPolicy."
description: "Value of the tag to use for excluding VMs from the scope of this policy (in case of multiple values, use a comma-separated list). This should be used along with the Exclusion Tag Name parameter. Learn more at https://aka.ms/AppCentricVMBackupPolicy."