In my Build pipeline, I used the 'AzureBlob File Copy' task where I upload my app's Web Deploy Zip file onto Azure Blob Storage.
I would like to know in Release management, if it is possible, how can I download the Zip file from Azure Blob Storage and use as artifact in my Release pipeline?
is this common practice? because I would like to store different build versions of my app.