Note that there are some explanatory texts on larger screens.

plurals
  1. POIs it possible to mount blob storage to my local machine for deployment?
    text
    copied!<p>I have a build script that it would be very useful to configure to dump some files into Azure blob storage so they can be picked up by my Azure web role.</p> <p>My preferred plan was to find some way of mounting the blob storage on my build server as a mapped drive and simply using Robocopy copy to copy the files over. This will involve the least ammount of friction as I already am deploying some files like this to other web servers using <a href="http://www.webdrive.com/">WebDrive</a>.</p> <p>I found a piece of software that will allow me to do that: <a href="http://www.gladinet.com/">http://www.gladinet.com/</a></p> <p>However on further investigation I found that it needs port 80 to run without some hairy looking hacking about on the server.</p> <p>So is there another piece of software I could use or perhaps another way I haven't considered, such as deploying the files to a local folder that is automagically synced with blob storage?</p> <p><strong>Update in response to @David Makogon</strong></p> <p>I am using <a href="http://waacceleratorumbraco.codeplex.com/">http://waacceleratorumbraco.codeplex.com/</a> this performs 2 way synchronisation between the blob storage and the web roles. I have tested this with <a href="http://cloudberrylab.com/">http://cloudberrylab.com/</a> and I can deploy files manually to the blob and they are deployed correctly to the web roles. Also I have done the reverse and updated files in the web roles which have then been synced back to the blob and I have subsequently edited/downloaded them from blob storage.</p> <p>What I'm really looking for is a way to automate the cloudberry side of things. So I don't have a manual step to copy a few files over. I will investigate the Powershell solutions in the meantime.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload