UiPath Documentation
activities
latest
false

IT Automation activities

Last updated May 20, 2026

Get Blob Containers List

UiPath.Azure.Activities.GetBlobContainerList

Description

Retrieves the blob containers from a specific storage account.

Project compatibility

Windows - Legacy | Windows | Cross-platform

Configuration

Common

  • DisplayName - The display name of the activity.

Input

  • MaximumItems - Specifies the maximum number of items that can be returned by this activity. By default, all blob containers are returned.
  • NameStartsWith - Returns only those blob containers whose name starts with the given value. This field supports only strings and String variables.
  • StorageAccount - Establishes the storage account.
  • StorageAccountKey - Establishes the key of the storage account. This field supports only SecureString variables.

Misc

  • Private - If selected, the values of variables and arguments are no longer logged at Verbose level.

Output

  • BlobContainerList - Provides the list of the blob containers.

Outside Scope Usage

  • ResourceGroupName - Provides the name of the resource group. This field supports only strings and String variables.
  • StorageAccountName - Provides the name of the storage account. This field supports only strings and String variables.
Note:

Mandatory requirements apply for the following situations: Activity used within an Azure Scope activity: ContainerName, StorageAccount, and StorageAccountKey parameters are mandatory. Activity used independently: ContainerName, StorageAccountKey, StorageAccountName, and ResourceGroupName parameters are mandatory. StorageAccount parameter must be set.

  • Description
  • Project compatibility
  • Configuration
  • Common
  • Input
  • Misc
  • Output
  • Outside Scope Usage

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated