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 from Azure Blob storage to Azure Archive storage.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
VmSize | Specifies the 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 the 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
Example 1. Creating Azure Archiver Appliance
This example shows how to define the Azure archiver appliance settings.
Perform the following steps:
|
Related Commands