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
1 answer

Powershell to Stop Azure backups

So i'm running into a Bad Request error using the Stop-AzRecoveryServicesBackupJob powershell command. The documentation isn't helpfull as it only requires -JobID $Job.InstanceId as a parameter. BUT, InstanceId doesn't exist. JobID does, but returns…
0
votes
1 answer

Azure Fileshare - Restore snapshot without backup service

I have an Azure Fileshare and there are snapshots which were taken manually without the backup service. Meaning there is no Recovery Services vault. I want to restore one of the snapshots. I can restore an individual file from the snapshot via Azure…
Robert
  • 127
  • 2
  • 11
0
votes
1 answer

Azure SQL Server Backup: Need to UnRegister Containers and Redisover DBs in Azure SQL Server Backup using ARM templates

I have performed discovery operations for listing protectable items in Azure Backup: 'SQL in Azure VM'. I am able to perform 'Disovery' using the following template "resources": [ { "type":…
Omkar
  • 157
  • 1
  • 9
0
votes
1 answer

Azure infra archive and restore

We have set up small dev platform on azure which includes servers(sql server, web server) and azure ML. These are protected by azure VPN gateway. Below are the list of azure components we created and configured . Currently we don't need the dev…
karas27
  • 335
  • 1
  • 5
  • 15
0
votes
1 answer

Is there any way to configure Azure Backup alert using terraform?

I have read few articles which says there is no direct way to do this using terraform, so I am using below approach but not sure is that right or wrong, could someone help me to setup PowerShell Script (Set-BackupAlert.ps1) param( …
Naveen Kumar
  • 1,266
  • 1
  • 21
  • 50
0
votes
1 answer

About Azure Backup

I have a weekly incremental backup with Azure Backup. What happens to this backup if the previous backup was not completed at the start of the backup? Twice (Will this backup start after it is interrupted and the previous backup is complete, or will…
Mori
  • 1
0
votes
1 answer

Why does Azure Backup need access to Azure Key Vault for encrypted VMs?

I am new to Azure Backup and Azure Key Vault. I would like to have an Azure Disk Encryption VM and do normal back up of disks. My first question is: does Azure Backup store the VM disks as-is encrypted? I understand that Azure Backup needs (in order…
toto'
  • 1,325
  • 1
  • 17
  • 36
0
votes
2 answers

Azure - Enable Backup on VM with Windows Server 2019 Core server, D4s_v3 sku, is failing with code BMSUserErrorContainerObjectNotFound

Azure VM Details : OS : Windows Server 2019 Datacenter Core Size: Standard D4s v3 (4 vcpus, 16 GiB memory) Location: Australia East VM generation: V1 Agent status: Ready Agent version: 2.7.41491.1010 Azure disk encryption: Not Enabled Extensions…
miniGweek
  • 380
  • 4
  • 15
0
votes
1 answer

Azure Backup requires ports?

I have created a DMZ subnet on Azure and have everything (inbound/outbound) locked down using NSGs. Currently I have a linux VM running and my azure backup is failing for the VM. I went and added Azure Backup service tag for both inbound and…
Jay Walker
  • 17
  • 2
0
votes
1 answer

Azure recovery service vault: Disk exclusion is not supported for encrypted virtual machines

I had backedup a VM now the VM has encrypted hard disk. And I get this error. Disk exclusion is not supported for encrypted virtual machines. For more information, refer https://aka.ms/ExcludeDiskFeature There seems to be no way to edit the backup…
Blue Clouds
  • 7,295
  • 4
  • 71
  • 112
0
votes
1 answer

How can i use Sql-Backup to backup and Azure database using Powershell?

I am trying to backup an Azure database to my local machine and then restore to a different location in Azure using Powershell . My script I am using is # Define clear text string for username and password [string]$userName =…
0
votes
0 answers

While registering DPM getting TCP error code 10061: No connection could be made because the target machine actively refused it 127.0.0.1:6049

When I register the DPM getting error " The activation did not complete successfully" When I saw the AutoUpadte Error code it was getting:- TCP error code 10061: No connection could be made because the target machine actively refused it…
0
votes
1 answer

Azure PowerShell script to monitor Azure SQL DB backup status

I have an azure SQL database that I want to backup using a powershell script. I have the script to backup the app and database already finish and working, but I want the script to tell me when the backup is complete. I know about the Recovery…
0
votes
1 answer

Azure backup warning in post script error code 1

I use the app-consistent backups in Azure for VMs running Linux where you have the VMSnapshotScriptPluginConfig.json file that specified pre-script and post-script parameters for your backup. So, everyday the backup finish succesfully but sudenly…
0
votes
1 answer

Azure Database for PostgreSQL: "InvalidInputs" error restoring an LTR backup from Azure Backup Vault

I am trying to restore an long-term retention (LTR) Azure Database for PostgreSQL database backup using Azure Backup Vault as described in these articles: https://learn.microsoft.com/en-us/azure/backup/backup-azure-database-postgresql (backup…