Store Results from Azure Devops Pipeline to ADLS Gen2 or Blob Storage

Brass Contributor

Hi All,

 

I would like to know how to store results from Azure Devops Pipeline to ADLS Gen2 or Blob Storage.

 

With Regards,

Sagar Lad

1 Reply

Hi @Sagar_Lad 

 

You can analyze and format the results and store them to Storage account using the below command 

az storage blob upload-batch --destination
                             --source
                             [--account-key]
                             [--account-name]