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
2 answers

Can we do Azure site recovery without any back-up?

Can we get Recovery point retention and app consistent snapshot while doing ASR if i did not set up any back up vault while configuring the VM in first place? While ASR we get options for recovery point replication and app consistent snapshot…
0
votes
1 answer

Azure DevTest Lab VM doesn't show up while configuring backup in Azure Recovery Vault

I've created a VM in an Azure DevTest Lab that - sits in a virtual network that uses a network security group with inbound and outbound rules. This enables only a selected set of users to be able to RDP to this VM. location is Australia…
0
votes
1 answer

How Azure Backup Retention range process works?

I saw a blog of Incremental backups on Microsoft Azure Backup: Save on long term storage. (https://azure.microsoft.com/ja-jp/blog/microsoft-azure-backup-save-on-long-term-storage/) But I have some questions about the Azure Backup Retention rang…
Arthur
  • 103
  • 11
0
votes
2 answers

ASR failover fails for Bitlocker encrypted VM

There is an Azure VM encrypted disk with Bitlocker in North Europe. Everything has replicated well in West Europe. While doing Test Failover, getting below error. Failover Error: ID28031 Error Message: Virtual machine XXX-AZ-WEB01-test' could not…
Sakaldeep Yadav
  • 392
  • 1
  • 6
  • 20
0
votes
1 answer

Azure back up unable to delete backup items

I used the Azure Backup client (MARS) to back up a server he had. The server no longer exists. In the Azure portal I am unable to delete the vault because the resource group contains backup items. I tried using Powershell but Az.RecoveryServices…
nlv
  • 141
  • 2
  • 10
0
votes
1 answer

Backingup Azure WebApp when connection string is injected through keyvault

I am using Azure Keyvault to store my connection string of a database. Using connection string options in configuration of Azure WebApps, I inject the connection string as @Microsoft.KeyVault(SecretUri=https://vaultlink....) without any problems I…
0
votes
1 answer

Backup problem after moving Azure VM to a new resource group

I have the following scenario: I have one Azure windows VM I have encrypted the disk and created a keyvault in the same resource group I have moved all the VM (plus related resourcer) + keyvault to a new resource group And now I can't configure…
0
votes
0 answers

Azure MARS Agent still writes to local hard drive

I originally was using Windows Backup on my Windows 2012R2 servers to back them up to a network drive. Now I am running MARS agent on each to push them up to my Azure Storage account which works fine, but they are still continuing to write to the…
IT Guy
  • 1
  • 2
0
votes
1 answer

Receiving an Error when deleting an Azure Recovery Services Vault

I have an old Azure Recovery Services vault for an on-premise Windows Desktop that I am trying to remove after decommissioning said desktop. Azure is responding with this error message: Vault cannot be deleted as there are existing resources within…
Mike Wright
  • 502
  • 4
  • 13
0
votes
1 answer

Backup VM to an existing Recovery Service Vault

I am able to deploy VM, but when i try to use the backup vault (which is in different resource group) i am getting the following error "The Resource 'Microsoft.RecoveryServices/vaults/rsv-hub-centralus' under resource group 'rg-hub-centralus' was…
0
votes
1 answer

Logic Apps(event hub to adls)

I'm currently working a gig to build a logic app for one of our main clients. They(A) currently have Azure Backup data streaming into an event hub. On the directory is a logic app that's collecting the data from A - Event hub. They have asked us to…
0
votes
2 answers

Why Azure VM Restore operation leads to Backup operation

I use Recovery Service Vault to restore VM. After selecting "Restore point" and activating "Replace existing" operation, I go to "View all jobs" page and can see that immediately after "Restore" operation a "Backup" operation is started. I cannot…
Roman
  • 4,531
  • 10
  • 40
  • 69
0
votes
1 answer

Can we access Storage Location for Azure Recovery Service Vault/Azure Backup Service

Azure Recovery Service Vault gives an option to use either LRS or GRS storage redundancy. Is there a way to access the storage location that the backup data gets written to?
aazeem
  • 844
  • 1
  • 12
  • 23
0
votes
0 answers

Azure-backup storage quotas

Would like to know if there is anyway to set usage quotas for Azure backup agents ? Without this i would need to login and check what they are on everyday, this is also in an Azure CSP subscription so spend quotas dont apply.
0
votes
1 answer

(Azure)How to change retention period of each policy in Recoveryservices vault

Need help on changing retention period of each backup policy in Recovery services vault .We have multiple vaults and many policies in each vault .Hence wanted to script the process. Below is the script i used to get all policies in all vaults .But…