logic app http connector download zip file

Copper Contributor

Dear All,

I have to download Azure DevOps release logs and store them in a blob storage.

URL of release logs looks like as shown below:

https://vsrm.dev.azure.com/XXXXX/XXXXXXXXXXXXX/_apis/Release/releases/9481/logs

I have created a logic app and trying to get the zip file downloaded from above mentioned URL.

in blob content step, I am putting value as @body('http')  which should be zip response of the previous http request . but It's getting only 2 line content and not actual zip file.I am able to see that in http connector response is coming as

"Content-Disposition": "attachment; filename=ReleaseLogs_9481.zip; filename*=utf-8''ReleaseLogs_9481.zip",
 "Content-Type": "application/zip; api-version=6.0-preview.2",

 

Can any one help in this regards.

I have to download this zip content and store them in blob storage

0 Replies