Questions tagged [azure-backup-vault]

Use this tag for question related to Azure Backup Vault, which are based on Azure Service Manager, were the first version of the vault. Recovery Services vaults, which add the Azure Resource Manager model features, are the second version of the vault.

If you still have Backup vaults, they are being auto-upgraded to Recovery Services vaults. By November 2017, all Backup vaults have been upgraded to Recovery Services vaults.

Recovery Services vaults are based on the Azure Resource Manager model of Azure, whereas Backup vaults were based on the Azure Service Manager model. When you upgrade a Backup vault to a Recovery Services vault, the backup data remains intact during and after the upgrade process.

Useful Links:

  1. Difference between Backup & Site Recovery
  2. Backup vault creation - video tutorial
  3. Comparison
100 questions
0
votes
0 answers

Script for autobackup from on prem to Azure

I want to create a script for autobackup from on prem to azure, I have some commands which are working fine independently but I need a script. `# Create Recovery Services Vault (RSV) Register-AzResourceProvider -ProviderNamespace…
0
votes
1 answer

Unable to delete Recovery Service Vault

enter image description hereVault deletion error Recovery Services Vault cannot be deleted as there are existing resources within the vault. : DESKTOP-LHTVUDO. Please ensure all containers have been unregistered from the vault and all private…
0
votes
1 answer

Is there a way to exclude resource groups that Azure creates for Azure Backup from policy assignment?

I wanted to know is there any way to exclude resource group that Azure creates for Azure Backup from the policy assignment. I have created a deny policy assignment and that policy restricts the creation of the Azure Backup resource group since the…
0
votes
1 answer

Azure VM backup

I have a windows azure VM. One standard data disc is attached to it. VM backup is configured in the recovery services vault. Is there any way to identify the existing backup containing both the OS disc and the other attached disc?
jaseer v
  • 21
  • 2
0
votes
1 answer

Azure file share backup lock prevents upgrading AKS version

We are using a storageclass in Kubernetes to dynamically provision azure file shares with pvc claims (https://learn.microsoft.com/en-us/azure/aks/azure-files-dynamic-pv?source=recommendations) We use recovery service vault to backup these file…
0
votes
2 answers

Unable to delete restore point in Azure backup

I hope someone can help me because I've been looking for a solution for hours. I have created a VM in Azure and enabled backup. This morning I deleted the VM, and the recovery service vault I created for my backups. Deletion of the VM and recovery…
0
votes
1 answer

Is backup service automacially region-redundant?

I'm learning about Azure redundancy polices, which consists of locally redundant storage, zone redundant storage and region redundant storage. However when I tried to set up automatic back up service on my virtual machine, it doesn't give me options…
Jinghui Niu
  • 990
  • 11
  • 28
0
votes
1 answer

Unable to create recovery vault using ARM

I am getting the following error while creating a recovery vault using ARM. {"status":"Failed", "error": {"code":"DeploymentFailed", "message":"At least one resource deployment operation failed. Please list deployment operations for details. Please…
0
votes
1 answer

Import Bacpac file into Azure SQL DB

I have a bacpac file of db1 in my local. I want the bacpac file to import in database db2. When I was trying to import the file using import option in SSMS (right click database and import data) there is no option to connect to the existing/already…
John11
  • 51
  • 1
  • 7
0
votes
1 answer

Cannot validate argument on parameter 'Container'. The argument is null or empty

I’m working on triggering an on-demand backup for my machines. But while running ps script it shows the below error. "Cannot validate argument on parameter 'Container'. The argument is null or empty. Provide an argument that is not null or empty,…
0
votes
1 answer

Terraform Azure Configure VM Backup Policy Fails

I am trying to create a backup policy and enable backup while provision the Azure VM using terraform (Terraform Version - 1.1.13, Azure Provider - 2.90.0). Terraform fails to enable backup with the below error. Error: waiting for the Azure Backup…
0
votes
1 answer

Azure Vm Backup - change from OS Disk only to all disks

I have a virtual machine that has a backup that only includes the OS Disk. I need to change this so it includes all disks on the vm. I cannot find where to do this on the Recovery Vault or the Backup Policy. I have only found documentation that is…
impo
  • 747
  • 1
  • 11
  • 37
0
votes
1 answer

Azure Virtual Machine BackUp Rest API

We are looking to verify if backups are configured for Azure VMs. Using the following REST API https://learn.microsoft.com/en-us/rest/api/compute/virtual-machines/instance-view, we were able to retrieve the information that we need for Linux VM…
delucaezequiel
  • 483
  • 2
  • 9
  • 26
0
votes
1 answer

Creating Azure Recovery Service Vault - Python SDK - bad request

I am trying to create a Recovery Service Vault in Azure using Python SDK. Package version: azure-mgmt-recoveryservices==2.0.0 Code snippet: client=RecoveryServicesClient(client_secret_credential,…
Robert
  • 127
  • 2
  • 11
0
votes
1 answer

Query whether Azure App Services has backup setup

Can anyone suggestion a way to query App Services backup status? For example, Let say I have a lot of App Services in Azure, different resource groups, instead of clicking through each one and check if backup is setup or not. I want to have a query…