Tagged Questions
2
votes
0answers
39 views
Cannot add messages to Azure emulator from Java process
I have a java process which needs to communicate with an Azure C# application via storage queues.
When running in Azure Web, the java process is able to read and write messages to storage queues.
...
0
votes
1answer
72 views
azure dev storage tableclient listtables with prefix not returning entries
under dev storage, i've created a number of tables which all have "myprefix" prefix in the table name. when i execute the following code, listtables("myprefix") never returns an entry:
...
4
votes
3answers
743 views
Windows Azure ends connection and returns a 324 error code
I have tried some labs in Windows Azure and it works fine. So, I start developing my application with Azure Emulator.
I perform my first deployment test today in Windows Azure and have a first issue:
...
1
vote
1answer
204 views
Upgrade to Azure 1.7 now connecting to different dev storage
I have just upgraded to the Azure 1.7 sdk and have now lost the contents of my devstorage.
I can still see it in the local instance of sqlexpress (as DevelopmentStorage20110606), but when I use ...
4
votes
5answers
504 views
Mysterious disappearing Azure development storage assets
We're building a site backed by Azure Storage. One worker role has a few files that it downloads from the blob when it's starting up. The files are never modified once they're in storage, we just pull ...
1
vote
1answer
151 views
ORM code for Azure Dev storage emulator
Tricky question - Does anyone know where the ORM SQL code lives that the Azure Dev storage emulator uses for Table Storage?
I'm wanting to implement a SQL version of Azure Table storage for use ...
16
votes
2answers
1k views
windows azure development storage blob service not starting
When I start development storage emulator, I get an error
The process cannot access the file because it is being used by another process
I guess this is happening only for BLOB, other services i.e. ...