--- title: "Get-VBRAzureComputeBackup" description: "Returns Azure backups. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet returns an array of Azure backups." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrazurecomputebackup.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Copy > Azure Backup Copy Job > Get-VBRAzureComputeBackup" dateModified: "2026-08-19" --- # Get-VBRAzureComputeBackup ## Short Description Returns Azure backups. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRAzureComputeBackup [-Name ] [] ``` ## Detailed Description This cmdlet returns an array of Azure backups. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies an array of names for Azure backups. The cmdlet will return Azure backups with the specified names.

String[]

False

Named

False

`` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Output Object The cmdlet returns the `VBRAzureComputeBackup` object that contains an array of Azure backups. ## Examples ::: example ### Getting Azure Backups This command returns an array of Azure backups. ``` Get-VBRAzureComputeBackup ``` :::