I am using ARM templates, via Blueprints, to deploy my infrastructure. So far this has been great - I am able to consistently tag everything beautifully, follow naming conventions, etc. But when I reviewed a created backup policy for VMs through the console for correctness, I saw this -
"Azure Backup service creates a separate resource group to store the instant recovery points of managed virtual machines. The default naming format of resource group created by Azure Backup service is AzureBackupRG_{Geo}_{n}. It is optional to customize the name as per your requirement."
What!? Breaking all my conventions would be bad enough, compounded with the inability to tag things, but now I can find no way to at least override the naming convention with my own, from within an ARM template.
Any ideas? My deployment pattern is one project = one resource group, so everything, apart from this, will exist in beautiful, individually costable isolation. :-)
