--- title: "Get-VBOAzureSubscription" description: "This cmdlet returns an array of subscriptions associated with a user account that will be used to access Azure Blob Storage." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/get-vboazuresubscription.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Backup Infrastructure > Microsoft Azure Blob Storage Settings > Microsoft Azure Service Accounts > Get-VBOAzureSubscription" dateModified: "2026-08-21" --- # Get-VBOAzureSubscription ## Short Description Returns Microsoft Azure subscriptions associated with a user account that will be used to access Azure Blob Storage. ## Syntax This cmdlet provides the following parameter sets:
DefaultParameterSet
ByIdParameterSet
DeviceCodeParameterSet
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
DeviceCode |
Defines that the cmdlet will require an authentication code to connect to Microsoft Azure and get Microsoft Azure subscriptions. Default: False |
|
False |
Named |
False |
|
Id |
Specifies a subscription ID. The cmdlet will return the subscription with this ID. |
|
False |
Named |
False |
|
Name |
Specifies a subscription name. The cmdlet will return the subscription with this name. |
|
False |
Named |
False |
|
Region |
Specifies Microsoft Entra region where Microsoft 365 organization datacenter is located:
Default: Worldwide |
|
True |
Named |
False |
|
ServiceAccount |
Specifies a Microsoft Azure service account. The cmdlet will return an array of subscriptions added to this service account. Accepts the To get this object, run the |
True |
Named |
True (ByValue) |