Frends.AzureBlobStorage.CreateContainer / 3.0.0
Summary
Creates a container in a storage account. Authentication can be a connection string, a SAS token or an Entra application, including across tenants.
Typical use — provisioning a landing area a Process owns, rather than assuming one exists
Input parameters
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| ContainerName | String |
test-container |
test-container |
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. |