While trying to deploy a java application in Azure I found the following issue:
Error : org.soyatec.windows.azure.error.StorageException: Connection to http://testtable.blob.core.windows.net refused; TraceSource 'WaWorkerHost.exe' event
My Cloud Service application has a worker role and invoke (through Process) a java application (jar). It runs smoothly in Dev Fabric but when deployed in Azure I received the above error.
What am I missing?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!. Could you please tell me what account name, shared key and endpoint did you use to develop locally? (I intend to use both tables and blobs). Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
While trying to deploy a java application in Azure I found the following issue:
Error : org.soyatec.windows.azure.error.StorageException: Connection to http://testtable.blob.core.windows.net refused; TraceSource 'WaWorkerHost.exe' event
My Cloud Service application has a worker role and invoke (through Process) a java application (jar). It runs smoothly in Dev Fabric but when deployed in Azure I received the above error.
What am I missing?
Hi!. Could you please tell me what account name, shared key and endpoint did you use to develop locally? (I intend to use both tables and blobs). Thanks
I haven't tried using the local storage but I guess the Azure Labs sample has an example on accessing the local storage.