Add-VBRAzureADAccount
Short Description
Adds Azure Entra ID-based storage accounts to Veeam Backup & Replication.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
SecretKey (Default)Add-VBRAzureADAccount [-Region <VBRAzureBlobRegionType>] -StorageAccountName <String> [-Description <String>]
-TenantId <String> -ApplicationId <String> -SecretKey <String> [<CommonParameters>]
-
CertificateAdd-VBRAzureADAccount [-Region <VBRAzureBlobRegionType>] -StorageAccountName <String> [-Description <String>]
-TenantId <String> -ApplicationId <String> -CertificatePath <String> [-Password <String>] [<CommonParameters>]
Detailed Description
This cmdlet adds Azure Entra ID-based storage accounts to Veeam Backup & Replication.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
ApplicationId |
Specifies the ID of Microsoft Entra ID application. |
|
True |
Named |
False |
|
CertificatePath |
For certificate-based authentication. Specifies a path to the folder where the certificate is located. The cmdlet will use it to authenticate against Microsoft Entra. |
|
True |
Named |
False |
|
Description |
Specifies a description of an Azure Entra ID-based storage account. The cmdlet will add this storage account with this description. |
|
False |
Named |
False |
|
Password |
For password-based authentication. Specifies a password that the cmdlet will use it to authenticate against Microsoft Entra. |
|
False |
Named |
False |
|
Region |
Specifies the Microsoft Azure region where Azure Entra ID-based storage account is located. You can select the following types of regions:
|
|
False |
Named |
False |
|
SecretKey |
For password-based authentication. Specifies an application secret that the cmdlet will use to authenticate against Microsoft Entra. |
|
True |
Named |
False |
|
StorageAccountName |
Specifies a name of an Azure Entra ID-based storage account. The cmdlet will use it as a friendly name and will add the storage account using this name. |
|
True |
Named |
False |
|
TenantId |
For existing account connection type. Specifies an ID of a tenant (directory) where the Microsoft Entra ID application resides. |
|
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Adding Azure Entra ID-Based Storage Account with Password-Based Authentication
|
This command adds the Azure Entra ID-based storage account to Veeam Backup & Replication. The cmdlet uses a password-based authentication.
|
Example 2. Adding Azure Entra ID-Based Storage Account Using Certificate
|
This command adds the Azure Entra ID-based storage account to Veeam Backup & Replication. The cmdlet uses a certificate-based authentication.
|