This is an archive version of the document. To get the most up-to-date information, see the current version.

New-VBOAzureArchiverAppliance

Short Description

Defines the Azure archiver appliance settings.

Syntax

New-VBOAzureArchiverAppliance [-VmSize <VBOAzureVirtualMachineSize>] [-RedirectorPort <Int32>] [-ResourceGroup <VBOAzureResourceGroup>] [-VirtualNetwork <VBOAzureVirtualNetwork>] [-Subnet <VBOAzureSubnet>] [<CommonParameters>]

Detailed Description

This cmdlet creates the VBOAzureArchiverAppliance object. This object defines settings of the Azure archiver appliance that Veeam Backup for Microsoft 365 will use when transferring backed-up data between different instances of Azure Blob Storage or to Azure Blob Storage Archive.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

VmSize

Specifies a size of the Azure archiver appliance.

Default: Standard_B4ms (4 CPU/16 GB)

Accepts the VBOAzureVirtualMachineSize object.

To get this object, run the Get-VBOAzureVirtualMachineSize cmdlet.

False

Named

False

False

RedirectorPort

Specifies a port number. The cmdlet will use this port number to route requests between the archiver appliance and Veeam Backup for Microsoft 365 backup infrastructure components.

Default: 443

Int32

False

Named

False

False

ResourceGroup

Specifies a resource group that will be associated with the archiver appliance.

Default: Create new

This value indicates that a new resource group will be created in a region where a container with the specified folder is located when you run the Add-VBOAzureBlobObjectStorageRepository cmdlet.

Accepts the VBOAzureResourceGroup object.

To get this object, run the Get-VBOAzureResourceGroup cmdlet.

False

Named

False

False

VirtualNetwork

Specifies a network to which the archiver appliance will be connected.

Default: Create new

This value indicates that a new virtual network will be created in a region where a container with the specified folder is located when you run the Add-VBOAzureBlobObjectStorageRepository cmdlet.

Accepts the VBOAzureVirtualNetwork object.

To get this object, run the Get-VBOAzureVirtualNetwork cmdlet.

False

Named

False

False

Subnet

Specifies the archiver appliance subnet.

Default: Create new

This value indicates that a new subnet will be created in a region where a container with the specified folder is located when you run the Add-VBOAzureBlobObjectStorageRepository cmdlet.

Accepts the VBOAzureSubnet object.

To get this object, run the Get-VBOAzureSubNet cmdlet.

False

Named

False

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

The cmdlet returns the VBOAzureArchiverAppliance object that contains the Azure archiver appliance settings.

Examples

New-VBOAzureArchiverApplianceExample 1. Creating Azure Archiver Appliance

Related Commands