Frends.AzureBlobStorage.WriteBlob / 3.0.0
Summary
Creates a blob directly from content held in the Process, as text or bytes, and can create the container if it is missing.
Typical use — storing a generated payload without a temporary file, which keeps the agent's disk out of the picture
3.0.02026-08-17
Changed
- Breaking Combined
SourceandDestinationparameters into a singleInputparameter to align with Frends Task platform standards. - Added
ErrorMessageOnFailuretoOptionsto allow customizing the error message when the Task fails. - When
ThrowErrorOnFailureisfalse, the returnedResultnow includes anErrorproperty with details about what went wrong instead of silently returning a failed result.
2.0.02026-04-26
Changed
- Standardized parameter names and validation across all Azure Blob Storage tasks for consistency.
1.3.02026-01-23
Added
- Add options to support Arc Managed Identity authentication.
1.2.02026-01-15
Changed
- Updated Azure packages to the latest versions:
- Azure.Storage.Blobs 12.27.0
- Azure.Identity 1.17.1
1.1.02025-10-07
Fixed
- Change returned info type from 3rd party BlobContentInfo to string with json.
1.0.02025-01-24
Added
- Initial implementation of Frends.AzureBlobStorage.WriteBlob.