UploadBlobAsync(string, string, string, string) Method
PUTs the BLOB of the specified ‘file’ name.
Namespace
Songhay
Containing Type
AzureBlobStorageRestApiUtility

Syntax

public static Task UploadBlobAsync(string connectionString, string containerName, string fileName, string content)

Parameters

Name Type Description
connectionString string Azure BLOB Storage connection string
containerName string Azure BLOB Storage container name
fileName string BLOB ‘file’ name
content string The string contents of the ‘file.’

Return Value

Type Description
Task