0
votes

I am working on an azure cloud service that has two different worker roles saving entities to an azure table storage. When I run the solution locally (both in debug and release mode) it works perfectly, however when I deploy the solution (either in debug or release) to the Azure Cloud Production Environment it writes the correct data and works well; but after I open the storage account in the server explorer in visual studio to review what was saved, then the cloud service worker roles stop saving new data to the tables.

Does accessing the azure storage account from the server explorer window in visual studio freeze the storage account when an azure cloud service is running against it?

1

1 Answers

1
votes

No, that's not possible. Could you please provide more description about how the worker role "stop saving new data to table"? Did it encountered failures? If so, what's the detailed error message? Or did it make no progress while writing table entities?