Add-VBOAzureBlobAccount
Short Description
Creates Microsoft Azure Blob Storage account credentials.
Syntax
|
Add-VBOAzureBlobAccount -Name <String> -SharedKey <SecureString> [-Description <String>] [<CommonParameters>] |
Detailed Description
This cmdlet creates the VBOAzureBlobAccount object. This object contains storage account credentials for Microsoft Azure Blob Storage. Veeam Backup for Microsoft 365 will use these storage account credentials to access Microsoft Azure Blob Storage.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Name |
Specifies a login name. The cmdlet will use this login name to add the Microsoft Azure Blob Storage account credentials. |
String |
True |
Named |
False |
|
SharedKey |
Specifies a shared key. The cmdlet will use this shared key to add the Microsoft Azure Blob Storage account credentials. |
SecureString |
True |
Named |
False |
|
Description |
Specifies a description for the Microsoft Azure Blob Storage account credentials. |
String |
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.
Output Object
The cmdlet returns the VBOAzureBlobAccount object that contains storage account credentials for Microsoft Azure Blob Storage.
Examples
Example 1: Adding Microsoft Azure Blob Storage Credentials Record
|
This example shows how to add the Microsoft Azure Blob Storage account credentials to Veeam Backup for Microsoft 365.
Perform the following steps:
|
Example 2: Adding Microsoft Azure Blob Storage Credentials Record with Description
|
This example shows how to add the Microsoft Azure Blob Storage account credentials with a description.
Perform the following steps:
|
Related Commands