For the complete documentation index, see llms.txt. This page is also available as Markdown.

CreateContainer

Frends Task for creating a container to Azure Blob Storage.

Task version: 3.0.0

Required Frends version: 5.7+

Required .NET version: 8.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

ContainerName : String

Name of the Azure Blob Storage container where the data will be uploaded.

Naming: lowercase

Valid chars: alphanumeric and dash, but cannot start or end with dash.

Default: test-container Example: test-container

Task Result

Name
Description

Success : Boolean

Container created. Example: true

Uri : String

URI string of a newly created container. Example: https://test.blob.core.windows.net/test8f237ae0-ad33-b4b3-48d9-23b20a14c909

Error : Error

Error information if the operation failed. Example: object { string Message, Exception AdditionalInfo }

Task Changelog

Changelog for Task Frends.AzureBlobStorage.CreateContainer.

[3.0.0] - 2026-04-26

Changed

  • Standardized parameter names and validation across all Azure Blob Storage tasks for consistency.

[2.2.0] - 2026-01-23

Added

  • Add options to support Arc Managed Identity authentication.

[2.1.0] - 2026-01-15

Changed

  • Updated Azure packages to the latest versions:

  • Azure.Storage.Blobs 12.27.0

  • Azure.Identity 1.17.1

[2.0.0] - 2025-10-23

Added

  • Created new Connection tab to organize authentication and connection details.

  • Created new Options tab with ThrowErrorOnFailure and ErrorMessageOnFailure fields.

  • Added structured Error object (Message, AdditionalInfo) to task result.

Changed

  • Moved connection-related parameters from Input to Connection tab.

  • Renamed:

    • Input.ConnectionMethodConnection.AuthenticationMethod

    • Input.ApplicationIDConnection.ApplicationId

    • Input.TenantIDConnection.TenantId

Breaking changes

  • Parameter moves and renames make this a breaking change.

  • To upgrade:

    • Move all connection fields to the Connection tab.

[1.3.0] - 2024-08-21

Updated

  • Updated Azure.Identity to version 1.12.0.

[1.2.0] - 2024-01-31

Updated

  • Azure.Identity to version 1.10.4

  • Azure.Storage.Blobs to version 12.19.1

Fixed

  • Modified Input parameters to be similar to other AzureBlobStorage Tasks.

[1.1.0] - 2022-11-28

Added

  • OAuth autentication

Modified

  • Unnecessary packages removed:

    • Azure.Core 1.20.0

    • MimeMapping 1.0.1.37

    • Microsoft.CSharp 4.7.0

    • System.ComponentModel.Annotations 4.7.0

  • Task's result modified: Result.Success added.

  • Documentation updated.

[1.0.0] - 2022-11-04

Added

  • Initial implementation of Frends.AzureBlobStorage.CreateContainer.

Last updated

Was this helpful?