Is there anyway/possible to move our application local folder files into blob storage once we deployed into windows azure?

Answered Is there anyway/possible to move our application local folder files into blob storage once we deployed into windows azure?

  • 04 Juli 2012 6:29
     
     

    Hi Friends,

    Is  there anyway/possible to move our application local folder files into blob storage once we deployed into windows azure?

    Waiting for your valuable words.

Semua Balasan

  • 04 Juli 2012 9:22
    Moderator
     
     

    Hi,

    Do you want to store the application on Blob Storage, and deploy it on Windows Azure Platform via Azure Storage? Yes, you can upload the application's package file and configuration file on Azure Blob Storage, then deploy them on Cloud (not upload the application local folder files).

    You may need "CSPack" commond to generate package files and PowserShell script to deploy Azure application:

    http://msdn.microsoft.com/en-us/library/windowsazure/gg432988.aspx

    http://wappowershell.codeplex.com/documentation

    Hope this helps.


    Please mark the replies as answers if they help or unmark if not. If you have any feedback about my replies, please contact msdnmg@microsoft.com Microsoft One Code Framework

  • 04 Juli 2012 9:29
     
     

    Hi Arwind thanks for your reply.

    Here my question is? ..just consider situation.

    I have an application that includes a folder with lot of images named Images. Then i deployed it to windows azure cloud service as an azure cloud project. After my deployment i want to move the folder to blob storage. Is it possible or not?

  • 04 Juli 2012 10:03
    Moderator
     
     

    Hi,

    Ok, I understand you question, here you need write a module to upload these images to Blob storage and then modify the image urls to Blob Storage service url (You can also create a table storage to manage blob urls for query). 

    BR,

    Ariwnd

     

    Please mark the replies as answers if they help or unmark if not. If you have any feedback about my replies, please contact msdnmg@microsoft.com Microsoft One Code Framework

  • 04 Juli 2012 10:07
     
     

    Ya thats it Arvind. This wat am facing.

    Is there any links to follow step by step procedures?

  • 05 Juli 2012 18:22
     
     Jawab

    Storage explorers such as Cloud Storage Studio or Azure Storage Explorer can upload files to blob storage for you if you don't want to write code to do it. If you need to do this on an ongoing basis, you may find BlobDrop useful, which will sync files from a file folder up into blob storage for you.


    David Pallmann GM Application Development, Neudesic Windows Azure MVP

    • Ditandai sebagai Jawaban oleh Basant Nair 06 Juli 2012 5:45
    •