Copy build files to blob storage accountThis tool allows you to copy files to a blob storage account as part of an Azure pipeline (Classic or Yml) Using this control:Parameters: subscriptionName - Subscription name that contains the storage account. resourceGroup - The resource group that contains the storage account. storageAccountName - The name of the storage account. storageContainerName - The name of the storage container to copy the files too. folderName - The name of the folder containing the file(s). This can also be just a single file. blobTier - The blob tier i.e. (Hot, Cool, Cold, Archive) |