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

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

  • 04 Temmuz 2012 Çarşamba 06: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.

Tüm Yanıtlar

  • 04 Temmuz 2012 Çarşamba 09:22
    Moderatör
     
     

    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 Temmuz 2012 Çarşamba 09: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 Temmuz 2012 Çarşamba 10:03
    Moderatör
     
     

    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 Temmuz 2012 Çarşamba 10:07
     
     

    Ya thats it Arvind. This wat am facing.

    Is there any links to follow step by step procedures?

  • 05 Temmuz 2012 Perşembe 18:22
     
     Yanıt

    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

    • Yanıt Olarak İşaretleyen Basant Nair 06 Temmuz 2012 Cuma 05:45
    •