Windows Azure Storage Account Location change

Hi Experts,
I have deployed my Web site on Windows azure. I have created Windows Azure Storage Account. By mistakely i have set the location wrong. How can we change the location of Windows storage account? 
Thanks!

Hello CRM Inn,
I am sorry to know that you have chosen an incorrect location and would like to change the location for your storage account. Unfortunately, there is no option available to change the storage location for an existing storage account.
Your only option would be to create a new storage account, migrate data to the new storage account and delete the existing one. You can refer to this article that will give you information on migrating data from one account to another:
http://blogs.msdn.com/b/windowsazurestorage/archive/2012/06/12/introducing-asynchronous-cross-account-copy-blob.aspx
I also suggest that you create affinity groups. By creating affinity groups you can be sure that all your related services are under the same data center. You can refer to this article to learn about Affinity groups:
http://msdn.microsoft.com/en-us/library/azure/jj156209.aspx
Syed irfan Hussain

Similar Messages

  • Can't install windows azure storage sdk on windows phone 8

    From Visual studio 2013 ultimate, I opened Nuget package manager console and typed following command for my windows phone 8 solution:
    install-package windowsazure.storage
    And I got the following error:
    install-package : Could not install package 'Microsoft.WindowsAzure.ConfigurationManager 1.8.0.0'. You are trying to install this package into a project that targets 'WindowsPhone,Version=v8.0', but the package does not contain any assembly references or
    content files that
    are compatible with that framework. For more information, contact the package author.
    At line:1 char:1
    I get the same problem using UI version of package manager as well.
    Did something change with the newer version of windows azure storage?

    The package you are trying to install does not include the Windows Phone library. Please use the following command instead:
    Install-Package WindowsAzure.Storage-Preview -Pre
    Thanks for this. It worked for me. Can I just add, for those that don't know how to run this command. You go to tools > Library package manager > package manager console then paste in the command and hit enter.
    Thanks again!

  • Large Files from FTP to Azure Storage Account.

             We required to transfer files from FTP to Azure Storage Account.
    Our FTP contains Almost 4 TB data and in future it will be growing.
    We require some automate process which will transfer data from FTP to Windows Azure Storage.
    Currently Implemented Solution:  We have created
    a windows service which will download files from FTP and converting to file stream and with Blob Storage object it will be uploaded to
    Storage account.
    With the mentioned approach bandwidth is utilized at 2 places
    For downloading file from FTP
    For Uploading to Azure Storage 
    Can you please provide any solution/suggestion which will reduce the consumption of bandwidth and large data will transfer in less time

    Hi,
    Please have a look at below article, it is talking about Blob Transfer Utility tool. Blob Transfer Utility is a GUI tool to upload and download thousands of small/large files to/from Windows Azure Blob Storage.
    #https://blobtransferutility.codeplex.com/
    Disclaimer: This is not a Microsoft official tool and it is not supported by Microsoft. It's just a (very useful) sample.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to Delete Directory from Azure Storage Account?

    Hi All,
    Currently i am working on Microsoft Windows Azure (SaaS - Application).
    I am facing a problem with the AzureStorage.
    I want to delete a whole directory from the Azure Storage Account.
    For Example : I want to delete following Directory(14).
    https://azurestorage.blob.core.windows.net/blobname/Images/14
    Any help will be appriciated. 
    Thanks in Advance.
    Rakesh T. Gupta, Web Engineer, Ahmedabad, India

    Hi Rakesh,
    We have not heard you in days. Have you managed to write the code to delete a blob directory?
    If not, I'd like to share my code for your reference:
        public void RemoveBlobDirectory()
            string containerName = "blobname";
            string directoryName = "blobname/Images/14/";
            var storageAccount = CloudStorageAccount.Parse("UseDevelopmentStorage=true");
            var blobStorage = storageAccount.CreateCloudBlobClient();
            // Ensure the container is exist.
            var blobContainer = blobStorage.GetContainerReference(containerName);
            blobContainer.CreateIfNotExist();
            foreach (IListBlobItem item in blobStorage.ListBlobsWithPrefix(directoryName))
                if (item.GetType() == typeof(CloudBlob) || item.GetType().BaseType == typeof(CloudBlob))
                    ((CloudBlob)item).DeleteIfExists();
    Please note that the ListBlobsWithPrefix method will scan through all blob entities in order to search the result. So it will potentially have low performance when you have large number of blobs in you storage account.
    Thanks,
    Wengchao Zeng
    Please mark the replies as answers if they help or unmark if not.
    If you have any feedback about my replies, please contact
    [email protected]
    Microsoft One Code Framework

  • Windows azure storage DevelopmentStorageAccount CloudTable.CreateIfNotExists() always get 400 http error

    environment:
    windows 8.1,  Visual Studio 2013,  Windows Azure SDK2.2 ,  Microsoft.WindowsAzure.Storage V3.0.0.0,  Windows Azure Storage Emulator 2.2
    Code snippet:
    CloudStorageAccount account = CloudStorageAccount.DevelopmentStorageAccount;
    CloudTableClient tableClient = account.CreateCloudTableClient();
    CloudTable table = tableClient.GetTableReference(tableName);
    table.CreateIfNotExists();  // this line cause error
    Error Message:
    System.Net.HttpWebRequest.GetResponse() +6594148
    Microsoft.WindowsAzure.Storage.Core.Executor.Executor.ExecuteSync(RESTCommand`1 cmd, IRetryPolicy policy, OperationContext operationContext) +1948
    [StorageException: remote server return error: (400) bad request]Microsoft.WindowsAzure.Storage.Core.Executor.Executor.ExecuteSync(RESTCommand`1 cmd, IRetryPolicy policy, OperationContext operationContext) +7389
    Microsoft.WindowsAzure.Storage.Table.TableOperation.Execute(CloudTableClient client, CloudTable table, TableRequestOptions requestOptions, OperationContext operationContext) +206
    Microsoft.WindowsAzure.Storage.Table.CloudTable.Exists(Boolean primaryOnly, TableRequestOptions requestOptions, OperationContext operationContext) +394
    I have search many threads on internet.  And I cannot get any solution.  Who can help? Thanks a lot.

    Hi,
    I didn’t find any issue in the code that you provided, I also try it and in my PC it created a new table in my storage, my system is windows 8, Visual Studio 2012, Windows Azure SDK2.2, Microsfot.WindowsAzure.Storage V2.0.0.0. From my experience, there is
    something wrong in you Windows Azure SDK, I recommended you to reinstall, and then try the code again. If you have any further issue, please feel free to let me know.
    Best Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Cannot install Windows Azure Storage Emulator - 3.0 Error: No available SQL Instance was found

    When trying to install Windows Azure SDK for .NET (VS 2013) - 2.3 from Web Platform Installer 4.6, the install fails because  Windows Azure Storage Emulator - 3.0 (Dependency) does not install successfully.  
    Possibly relevant lines from the install log are:
    CAQuietExec:  Entering CAQuietExec in C:\WINDOWS\Installer\MSI1223.tmp, version 3.6.3303.0
    CAQuietExec:  "C:\Program Files (x86)\Microsoft SDKs\Windows Azure\Storage Emulator\WAStorageEmulator.exe" init -forcecreate -autodetect
    CAQuietExec:  Windows Azure Storage Emulator 3.0.0.0 command line tool
    CAQuietExec:  Error: No available SQL Instance was found.
    CAQuietExec:  Error 0xfffffff6: Command line returned an error.
    CAQuietExec:  Error 0xfffffff6: CAQuietExec Failed
    CustomAction RunInitialize returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    Action ended 11:50:13: InstallFinalize. Return value 3.
    Action ended 11:50:13: INSTALL. Return value 3.
    In terms of SQL Instance, SQL LocalDB is installed and working properly.  SQL Server 2012 is also installed and working properly.

    Hi,
    It is a SDK version issue. I suggest you could remove all azure sdk form your PC and use WPI to install the latest version again.
    If you have any questions, please let me know.
    Regards,
    Will 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Is there any way to automate purging Application Logging in azure storage account tables

    is there any way to automate purging Application Logging in azure storage account tables
    Rohit Pasrija

    hi Rohit,
    If you want to delete old data automatically, I think you need develop this feature by yourself. You could code the logic methods on your project, and set a timer to execute the methods to delete old data. Please refer to this thread (http://stackoverflow.com/questions/13602629/is-it-possible-to-acces-a-table-storage-in-azure-from-an-azure-web-site
    ), you could operate table storage data using azure sdk or REST API.
    Please try it.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Windows Azure Tools: Failed to initialize Windows Azure storage emulator. Unable to start the storage emulator.

    Hi,
    I created a cloud service using Visual Studio 2013. When I tried to run the service, it fails with
    Windows Azure Tools: Failed to initialize Windows Azure storage emulator. Unable to start the storage emulator.
    Is there a way to debug this error? At a bare minimum, it would be great to get an error message on why it could not start.
    Thanks

    I ran Windows Azure Storage Emulator -v3.1 to launch the command line tool. I wanted to see if I could get some debug information, but that failed with the following exception.
    C:\Program Files (x86)\Microsoft SDKs\Windows Azure\Storage Emulator>WAStorageEmulator.exe start
    Windows Azure Storage Emulator 3.1.0.0 command line tool
    Unhandled Exception: System.TimeoutException: Unable to open wait handle.
       at Microsoft.WindowsAzure.Storage.Emulator.Controller.EmulatorProcessController.InternalWaitForStorageEmulator(Int32 timeoutInMilliseconds)
       at Microsoft.WindowsAzure.Storage.Emulator.Controller.EmulatorProcessController.EnsureRunning(Int32 timeoutInMilliseconds)
       at Microsoft.WindowsAzure.Storage.Emulator.StartCommand.RunCommand()
       at Microsoft.WindowsAzure.Storage.Emulator.Program.Main(String[] args)

  • How to store ISO file at Windows azure Storage

    Hello,
    I wants to know How various way store ISO file at Windows Azure (or by Content Management)so that i will be get available cross different location for use.
    Thanks
    Richa Km

    Hi  Richa,
    If you want to store a ISO image file in Azure Storage ,I  suggest that you can try to use Azure Blob storage.
    For Azure Blob storage is a service for storing large amounts of unstructured data, such as text or binary data, that can be accessed from anywhere in the world via
    HTTP or HTTPS.
    So that you can store a common ISO file use the Azure Blob storage, and you can get it anytime or anywhere .
    For more information about how to use Azure Blob storage ,please refer to the link below:
    http://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-how-to-use-blobs/
    Then you can use Azure storage Explorer to store ISO image file ,please refer to the link below:
    https://azurestorageexplorer.codeplex.com/
    You also can try the CloudBerry to store the ISO  image file, please refer to the link below:
    http://www.cloudberrylab.com/free-microsoft-azure-explorer.aspx
    Best Regards,
    Kevin Shen.

  • How to push VSO build drop to azure storage account?

    Hi,
    I want to automate the deployment process and setup CI.
    I have Source Control and Build setup on VSO (Git / MsBuild). The build is currently stored by VSO itself and all i get is a download link to a zip. 
    Now i cannot automate the fetch and deployment of this build drop since it requires me to open a browser, login and download the build. (I could probably solve this using browser automation, but i'm not desperate enough.)
    Is there any way to set say a blob storage as the drop location. OR somehow setup a file share on azure and have it drop to that. Or is there an API that would let me download this build drop directly? Am i missing some hidden option or have i overlooked
    something?
    Any help / advise would be very welcome. I don't mind being contacted by your dev / support teams.
    Thanks,
    Brijesh

    Hi Brijesh,
    Based on the description, seems you want to do continuous build and deployment to Azure. And I'd like to know why you need to get the build drop during the process.
    To get the build drop when build the project in Git team project, we can also set to copy the build output to an UNC path in Build default tab of build definition. There is no need to store the build drop to some place in Azure storage.
    Another option is do the continuous deployment by using a CI build defninition. And you can use build process template of "GitContinuousDeploymentTemplate.12.xaml" to do the continuous deployment. Please check the link below for more information.
    If you have any other concerns, please elaborate more details.
    http://azure.microsoft.com/en-us/documentation/articles/cloud-services-continuous-delivery-use-vso-git/
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Uploading Stream (Images/Audio/Video files/Doc files) to Windows Azure Storage Blob by using SharePoint Online 2013 Library

    Dear All,
    How I can store the Images/Audio/Video/documents files in blob storage by help of SharePoint document library and keep a reference to them in SharePoint by putting metadata in a SharePoint Library.
    I searched a lot, but not finding suitable source.
    Thanks,
    Sharad
    sharadpatil

    hi,
    Base on my experience, you could use azure storage reference sharepoint app. I suggest you could recommend this blog via (http://sachintana.blogspot.com/2012/08/azure-blob-storage-for-sharepoint.html ).
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Clientaccesspolicy.xml on Windows Azure Storage BLOB $root not work

    question is listed below:-

    Hi eric,
    How did your code the $root container and upload clientaccesspolicy.xml file?  You could refer to this code sample form Smarx (http://blog.smarx.com/posts/uploading-windows-azure-blobs-from-silverlight-part-2-enabling-cross-domain-access-to-blobs
    private void CreateSilverlightPolicy(CloudBlobClient blobs)
    blobs.GetContainerReference("$root").CreateIfNotExist();
    blobs.GetContainerReference("$root").SetPermissions(
    new BlobContainerPermissions() {
    PublicAccess = BlobContainerPublicAccessType.Blob
    var blob = blobs.GetBlobReference("clientaccesspolicy.xml");
    blob.Properties.ContentType = "text/xml";
    blob.UploadText(@"<?xml version=""1.0"" encoding=""utf-8""?>
    <access-policy>
    <cross-domain-access>
    <policy>
    <allow-from http-methods=""*"" http-request-headers=""*"">
    <domain uri=""*"" />
    <domain uri=""http://*"" />
    </allow-from>
    <grant-to>
    <resource path=""/"" include-subpaths=""true"" />
    </grant-to>
    </policy>
    </cross-domain-access>
    </access-policy>");
    And about the error info, I suggest you could install the latest Silverlight (http://social.msdn.microsoft.com/Forums/silverlight/en-US/77c14c7d-dd5e-4281-84d4-345e7439a895/agenetworkerror-4001?forum=silverlightjavascript
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Sharing a container in windows azure storage

    Hi,
    How can i share a container with specific users only? What i want is have a container shared, for instance, with 2 specifics users, where each one can upload data to that container and each one can see other's uploads. How can i do that? Is that possible?
    Thanks in advance,
    Regards,
    Tiago Oliveira

    Hi,
    You can use
    shared access signatures for your blob and provide this to the 2 specific users.
    Hope this helps.
    Edward

  • Managed Backup to Windows Azure

    Hello,
    I am following this article
    to setup my sql server to perform automatic backups to Azure blob storage.
    However, when I try to run the  smart_admin.sp_set_db_backup stored procedure, it fails, since it could not be found.
    It seems to be necessary having SQL Server 2012 SP1 Cumulative Update 2 installed.
    I think I could properly install this fix, following instruction located in
    this article, but after installing the patch, when I open Management studio and connect to the database instance, I can see it is still 11.0.2100 build.
    As far as I understood, it must be 11.0.3339.0.
    How can I make sure to have this patch installed?
    Igor.
    .NET Software developer for industrial internet and automation system.

    Thank you Samuel,
    You are right. It seems the syntax you referenced works. At least, I was able to create a backup into my azure storage account.
    Does that means SQL Server Express 2012 does not support managed backups like article I was reading? What do you suggest?
    Thank you,
    Igor.
    .NET Software developer for industrial internet and automation system.
    Hi Igor,
    For SQL Server versions previous to SQL Server 2014, you can use the add-in SQL Server backup to Windows Azure tool to quickly and easily create backups to Windows Azure storage.
    This feature is available in SQL Server 2014 or later. Usually, we can back up to disk and tape, now you can back up to Windows Azure storage by specifying URL as the backup destination. You can use this feature to manually backup or configure
    your own backup strategy like you would for a local storage or other off-site options. This feature is available in SQL Server 2012 SP1 CU2 or later. For more information, see:
    http://msdn.microsoft.com/en-us/library/jj919148(v=sql.120).aspx
    In addition, the SQL Server Agent component is not included in SQL Server Express editions , you could not create backups automatically via a job and offer a way to schedule either jobs or maintenance plans. However, you can use a Transact-SQL
    script together with Windows Task Scheduler to automate backups of SQL Server Express databases on a scheduled basis. For more information, see:http://support.microsoft.com/kb/2019698/en-us
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • How to read azure storage data using JAVA with REST API

    Hi,
    We have a cloud service in our lab. We have enabled diagnostics
    in cloud services. So WADPerformanceCounterTable was created in storage account. Now , We want to read the WADPerformanceTable using
    JAVA with REST API. Is there any way to collect these details. please give me any
    sample code to connect azure storage using table service REST API.
    Thanks & Regards
    Rathidevi

    Hi,
    Please have a look at this article:
    https://convective.wordpress.com/2010/08/18/examples-of-the-windows-azure-storage-services-rest-api/, it demonstrate how to use table service Rest API, it also give us the code, hope this helps. Of course, the
    MSDN article could also help us coding.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for