Connect-VBRAzureDataBoxService
Short Description
Connects to Azure Data Box storage.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Connect-VBRAzureDataBoxService -Account <VBRAzureBlobAccount> -ServicePoint <String> [-GatewayServer <CHost[]>] [-ConnectionType <VBRRepositoryConnectionType>] [-Force] [<CommonParameters>] |
Detailed Description
This cmdlet connects to Azure Data Box storage.
Important |
|
This cmdlet connects only the Azure Data Box storage that can be used as a capacity extent of the scale-out backup repository. |
Note |
|
Consider the following:
|
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Account |
Specifies a Microsoft Azure Blob credentials record. The cmdlet will use this credentials record to connect to Azure Data Box storage.
Accepts the |
|
True |
Named |
True (ByValue) |
|
ConnectionType |
Specifies how Veeam Backup & Replication will access the object storage repository:
Default: |
|
False |
Named |
False |
|
Force |
Defines that the cmdlet will skip the certificate check. If you do not provide this parameter, Veeam Backup & Replication will check that the Azure Data Box certificate is valid. |
|
False |
Named |
False |
|
GatewayServer |
Specifies an array of gateway servers that you want to use to transfer data from processed VM to object storage repositories. |
|
False |
Named |
False |
|
ServicePoint |
Specifies the endpoint. The cmdlet will use this endpoint to connect to Azure Data Box object storage. |
|
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
This cmdlet returns the VBRAzureDataBoxService object that contains connection settings to Azure Data Box storage.
Examples
Connecting to Azure Data Box Storage
This example shows how to connect to Azure Data Box storage.
|
$account = Get-VBRAzureBlobAccount -Name "Microsoft Azure Blob" $connect = Connect-VBRAzureBlobService -Account $account -RegionType Global -ServiceType CapacityTier Connect-VBRAzureDataBoxService -Account $connect -ServicePoint "ZTX15910049.microsoftdatabox.com" |
Perform the following steps:
- Run the
Get-VBRAzureBlobAccountReturns Microsoft Azure Blob credentials records. cmdlet. Specify theNameparameter value. Save the result to the$accountvariable. - Run the
Connect-VBRAzureBlobServiceConnects to Microsoft Azure Blob storage. cmdlet. Set the$accountvariable as theAccountparameter value. Specify theRegionTypeand theServiceTypeparameter values. Save the result to the$connectvariable. - Run the
Connect-VBRAzureDataBoxServicecmdlet. Set the$connectvariable as theAccountparameter value. Specify theServicePointparameter value.
Related Commands
Get-VBRAzureBlobAccountReturns Microsoft Azure Blob credentials records.Connect-VBRAzureBlobServiceConnects to Microsoft Azure Blob storage.