--- title: "Add-VBRAzureADAccount" description: "This cmdlet adds Azure Entra ID-based storage accounts to Veeam Backup & Replication." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/add-vbrazureadaccount.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Cloud Credentials > Microsoft Azure Accounts > Managing Azure Entra ID Account > Add-VBRAzureADAccount" dateModified: "2026-08-19" --- # 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)
Certificate
|
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 |