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 folder on the VM after deploying the function? If so, how? Any suggestions is much appreciated.
TIA
Steve
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 folder on the VM after deploying the function? If so, how? Any suggestions is much appreciated. TIASteve Read More