I have a windows application and I want to upload a file from this windows application to azure virtual machine data disk or os disk. I need this because there is some process(run by third party add-on) which work on azure virtual machine ,that process only able to read file from local drive. But that file will be generate through my windows application.
Is there any way to achieve this.
Thanks in advance!!