Use the resource azRecoveryServicesVault to deploy an Azure Recovery Services Vault to the relevant subscription. Recovery Service Vaults are storage entities in Azure which house data. Typically used to hold virtual machine backups and SQL server database backups from SQL Virtual Machines.
azRecoveryServicesVault:# Mandatory- Name:'string'ResourceGroupName:'string'Location:'string'# OptionalIdentity:SystemIdentity:boolean # True, False (D)UserIdentity:- Name:'string'ResourceGroupName:'string'Diagnostic:- Name:'string'Log:Enabled:boolean # True (D if Category not null), FalseCategory:[array] # Defaults to all if enabledMetric:Enabled:boolean # True (D if MetricCategory not null), FalseCategory:[array] # Defaults to all if enabledTarget:Blob:StorageAccount:'string'ResourceGroupName:'string'# Defaults to RG of resourceSubscription:'string'# Defaults to Sub of resourceStorageKeyType:'string'# Primary, SecondaryRetentionInDays:numberEventHub:Name:'string'Namespace:'string'ResourceGroupName:'string'# Defaults to RG of resourceSubscription:'string'# Defaults to Sub of resourceSharedAccessPolicy:'string'# RootManageSharedAccessKey (D)LogAnalytics:Workspace:'string'ResourceGroupName:'string'# Defaults to RG of resourceSubscription:'string'# Defaults to Sub of resourceTag:'keyvalue-pairs'Lock:- Name:'string'Level:'string'# CanNotDelete, ReadOnlyNotes:'string'