How to automate a process of "Creating a Storage Account "?

Beantwortet How to automate a process of "Creating a Storage Account "?

  • Wednesday, August 08, 2012 12:51 PM
     
     

    Hi,

     I want to Create a Storage Account Automatically... Is there any API in .Net to Create a Storage Account Namespace in AZURE...


    bin hex

All Replies

  • Wednesday, August 08, 2012 1:06 PM
     
     Answered

    Currently there's no readymade API in .Net for creation of storage account. Since this functionality is exposed through REST API (http://msdn.microsoft.com/en-us/library/windowsazure/hh264518), You can write your own wrapper around that. There're PowerShell Cmdlets available from both Microsoft and 3rd Party vendors using which you can automate the process of storage account creation.

    Hope this helps.

    • Marked As Answer by Bin Hex Thursday, August 09, 2012 5:45 AM
    •