Connect-VBRAzureBlobService
Short Description
Connects to Microsoft Azure Blob storage.
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus
Syntax
Connect-VBRAzureBlobService -Account <VBRAzureBlobAccount> -RegionType <VBRAzureBlobRegionType> {Global | Germany | China | Government} [-GatewayServer <CHost>] [-ServiceType <VBRAzureServiceType> {ExternalRepository |CapacityTier}] [<CommonParameters>] |
Detailed Description
This cmdlet connects to Microsoft Azure Blob storage. It creates the VBRAzureBlobConnection object that contains connection settings for Microsoft Azure Blob storage. You can use these settings to add Microsoft Azure Blob storage into your Veeam Backup & Replication infrastructure as an external repository or as an object storage repository.
|
|
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:
| String | False | Named | False |
GatewayServer | Specifies a gateway server that you want to use to access Microsoft Azure Blob storage. | CHost | False | Named | False |
ServiceType | Specifies the type of the connection to Microsoft Azure Blob storage:
| SwitchParameter | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Return Type
This cmdlet returns the VBRAzureBlobService object that contains connection settings for Microsoft Azure Blob storage.
Examples
Example 1. Connecting to Microsoft Azure Blob Storage as External Repository
This example shows how to connect to Microsoft Azure Blob storage that will be added as an external backup repository.
Perform the following steps:
|
Example 2. Connecting to Microsoft Azure Blob Storage as Object Storage
This example shows how to connect to Microsoft Azure Blob storage that will be added as an object storage 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:
|
Related Commands