Connect-VBRAzureBlobService
Short Description
Connects to Microsoft Azure Blob storage.
Applies to
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Connect-VBRAzureBlobService -Account <VBRAzureBlobAccount> -RegionType <VBRAzureBlobRegionType> -ServiceType <VBRAzureServiceType> [-GatewayServer <CHost[]>] [-ConnectionType <VBRRepositoryConnectionType>] [<CommonParameters>] |
Detailed Description
This cmdlet connects to Microsoft Azure Blob storage. It creates the VBRAzureBlobConnection object that contains connection settings that Veeam Backup & Replication will use to connect to Microsoft Azure Blob storage. You can use these settings to add Microsoft Azure Blob storage to the backup infrastructure as the following types of repositories:
- An object storage repository.
- An external repository. Run the Add-VBRAzureExternalRepository cmdlet to add to add Azure Blob storage as an external repository.
- A capacity extent of a scale-out backup repository.
- An archive extent of a 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 Microsoft Azure Blob storage. | Accepts the VBRAzureBlobAccount object. To get this object, run the Get-VBRAzureBlobAccount cmdlet. | True | Named | True (ByValue) |
RegionType | Specifies the region type of Microsoft Azure Blob storage. The cmdlet will connect to the selected region type and will set up a connection with Microsoft Azure Blob storage. You can select the following types of regions:
Note: If you use Microsoft Azure Blob storage to connect to Veeam Data Cloud Vault, you must provide the Global region. | String | True | Named | False |
ServiceType | Specifies the type of the backup repository. The cmdlet will add the object storage as the specified type of the backup repository to the backup infrastructure.
| VBRAzureServiceType | True | Named | False |
GatewayServer | Specifies an array of gateway servers that you want to use to transfer data from processed VM to object storage repositories. | Accepts the CHost[] object. To get this object, run the Get-VBRServer cmdlet. | False | Named | False |
ConnectionType | Specifies how Veeam Backup & Replication will access the object storage repository:
Default: Direct. | VBRRepositoryConnectionType | False | 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 VBRAzureBlobService object that contains connection settings for Microsoft Azure Blob storage.
Examples
Example 1. Connecting to Microsoft Azure Blob Storage [External Repository Scenario]
This example shows how to connect to Microsoft Azure Blob storage. Veeam Backup & Replication will use this connection to configure an external repository.
Perform the following steps:
|
Example 2. Connecting to Microsoft Azure Blob Storage [Capacity Extent Scenario]
This example shows how to connect to Microsoft Azure Blob storage. Veeam Backup & Replication will use this connection type to configure a capacity extent of a scale-out backup repository.
Perform the following steps:
|
Example 3. Connecting to Microsoft Azure Blob Storage Using Specific Gateway Server
This example shows how to connect to Microsoft Azure Blob storage. Veeam Backup & Replication will use the North.tech.local gateway server to connect to Microsoft Azure Blob storage.
Perform the following steps:
|
Example 4. Connecting to Microsoft Azure Blob Storage [Archive Extent Scenario]
This example shows how to connect to Microsoft Azure Blob storage. Veeam Backup & Replication will use this connection type to configure an archive extent of a scale-out backup repository.
Perform the following steps:
|
Example 5. Connecting to Microsoft Azure Blob Storage [Object Storage Repository Scenario]
This example shows how to connect to Microsoft Azure Blob storage. Veeam Backup & Replication will use this connection type to configure an object storage repository.
Perform the following steps:
|
Related Commands