c# - Azure Worker Role Copy File from Linux VM -


i'm pretty new azure platform, have tried search on google assistance unfortunately google searching skills aren't best.

i have linux vm in azure, linux vm have wav files on it, need copied off of it.

my plan use wokrer role access linux vm , copy files off using scp, , storing them in storage account in azure.

is possible have few pointers in right direction of how accomplished?

in case, there no need worker role (which nothing more windows server vm running in cloud service). if did need worker role instance talking linux instance, you'd have connect them virtual network. i'm guessing you're starting out, , solution sounds over-engineered.

instead: write directly blob storage linux-based app. if you're using .net, java, php, python, or ruby, there sdks handle - go here , scroll down developer centers, download sdk of choice, , @ of getting-started tutorials.

just remember blob storage storage-as-a-service, accessible anywhere. underneath, it's rest calls, language sdk's wrapping calls.

there more examples in azure training kit.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -