Forum Discussion
SLau5669
Jul 02, 2024Copper Contributor
Using Azure Function to download files from an external site and storage them in the VM
Hi All, I created a function to download files from an external site and it's working fine from my local computer. Is it possible to modify the code so it will download the files to a specific f...
Kidd_Ip
Jul 02, 2024MVP
Yes, you may refer this about download from Python Azure function:
SLau5669
Jul 03, 2024Copper Contributor
Hi Kidd_Ip,
I don't think this will work. I forgot to mention that creating the azure function is part of the automation. It's scheduled to download the files from an external site, and instead of storing in the azure blob storage. I would like to download the files to the azure VM for further processing.
I looked at PowerShell and AzCopy and I'm not getting anywhere. If there is a easier way, I'm all ears.
I don't think this will work. I forgot to mention that creating the azure function is part of the automation. It's scheduled to download the files from an external site, and instead of storing in the azure blob storage. I would like to download the files to the azure VM for further processing.
I looked at PowerShell and AzCopy and I'm not getting anywhere. If there is a easier way, I'm all ears.