--- title: "Set-VBRAzureADAccount" description: "This cmdlet modifies settings of Azure Entra ID-based storage accounts. To modify settings, specify new values for the necessary parameters. The cmdlet will overwrite the previous parameter values with new values." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/set-vbrazureadaccount.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Cloud Credentials > Microsoft Azure Accounts > Managing Azure Entra ID Account > Set-VBRAzureADAccount" dateModified: "2026-08-19" --- # Set-VBRAzureADAccount ## Short Description Modifies settings of Azure Entra ID-based storage accounts. **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 |
|---|---|---|---|---|---|
|
Account |
Specifies the Azure Entra ID-based storage account which settings you want to modify. Accepts the |
True |
Named |
False |
|
|
ApplicationId |
Specifies the ID of Microsoft Entra ID application. |
|
False |
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. |
|
False |
Named |
False |
|
Description |
Specifies a description of an Azure Entra ID-based storage account. The cmdlet will modify this description. |
|
False |
Named |
False |
|
Password |
For certificate-based authentication. Specifies a password that the cmdlet will use it to authenticate against Microsoft Entra. |
|
False |
Named |
False |
|
SecretKey |
For password-based authentication. Specifies an application secret that the cmdlet will use to authenticate against Microsoft Entra. |
|
False |
Named |
False |
|
StorageAccountName |
Specifies a name of an Azure Entra ID-based storage account. The cmdlet will modify this name. |
|
False |
Named |
False |
|
TenantId |
For existing account connection type. Specifies an ID of a tenant (directory) where the Microsoft Entra ID application resides. |
|
False |
Named |
False |