Storage Quota Issues using Azure Compute and Storage Emulators in Development Environment.

Answered Storage Quota Issues using Azure Compute and Storage Emulators in Development Environment.

  • Tuesday, March 06, 2012 11:32 AM
     
     

    Hi Friends,

    Are there any storage limitations issues are there while using Compute and Storage Emulator in Development Machine, because I am facing the following issues.

    1. I was able to successfully create the Tables in the was able to configure the logs using Log4Net, but after some time logging is not recorded in to the create tables.  Is there any storage limitation issue here?

    2. When I tried to recreate the tables after removing them from the local environment, some time logging worked, again after some time it stopped working and there is no code changes in the application, don't know what is happeing here?

    3. I am using Azure storage explorer by the Neudesic, does this causing any issue?

    4. Do we have to remove any temp data created by the Emulators Storage and Compute, if yes, please let me know how to clear the temp data for more room to the logs.

    5. Where do the temp data gets created when we run the application using Emulators in the Development machines?

    Thanks in advance.

All Replies

  • Tuesday, March 06, 2012 2:57 PM
     
     Answered
    Hello.
    No, there are no limitations connected with local emulator. You use your own SQL Server, your own hard drive, in your own house - so it's no fair to limit something.

    But i had such a problem that occured because of such a dumb reason - simply my hard drive was full and there was no MBs to store my data. So please check this. It's first reason that comes to my mind about your problem.

    3. I am using Azure storage explorer by the Neudesic, does this causing any issue?
    No, i don't think so. 

    4. Do we have to remove any temp data created by the Emulators Storage and Compute, if yes, please let me know how to clear the temp data for more room to the logs.
    5. Where do the temp data gets created when we run the application using Emulators in the Development machines?

    Yes, you can. You can find a local store for your roles via Compute Emulator for roles - you should click on instance of your role and click Local Store. Then local store for your roles should appears.

    If you want to delete all of your data from storage account, click on the Storage Emulator Icon, then Show Storage Emulator, then select all of services (Blobs, Tables and Queues) and click Reset.






  • Wednesday, March 07, 2012 3:33 AM
    Moderator
     
     

    Hi,

    Just for sharing. Difference between Storage emulator and Windows Azure Storage Serivces:

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


    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