This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AzureStorage.
Summary
Uploads file to an Azure blob storage account.
- Assembly
- Cake
.AzureStorage .dll - Namespace
- Cake
.AzureStorage - Containing Type
- AzureStorage
Syntax
public static void UploadFileToBlob(AzureStorageSettings settings, FilePath fileToUpload)
Parameters
Name | Type | Description |
---|---|---|
settings | AzureStorageSettings | Azure Storage Settings |
fileToUpload | FilePath | File to upload to blob storage. |
Return Value
Type | Description |
---|---|
void |