Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebJobs Blob Trigger does not work correctly with Storage Emulator #430

Closed
isaacabraham opened this issue Mar 13, 2017 · 14 comments
Closed
Assignees
Labels

Comments

@isaacabraham
Copy link

Related to Azure/azure-webjobs-sdk#53.

Essentially it seems that the later versions of the emulator now do support blob triggers - great news. Unfortunately, if you copy multiple blobs into the local storage emulator at once e.g. 10 or so - you get an HTTP 500 error. This happens deep down so that the the web job does not trigger into application code (although you do see an exception in the webjob application occur).

@kfarmer-msft
Copy link
Contributor

Hi, Isaac --

We'd be interested in viewing your emulator logs and Fiddler traces.

@isaacabraham
Copy link
Author

@kfarmer-msft where can I can the logs from?

@kfarmer-msft
Copy link
Contributor

kfarmer-msft commented Mar 14, 2017

Shut down the emulator, open the config file at \Users<account>\AppData\Local\AzureStorageEmulator\ and change LoggingEnabled to true.

Restart the emulator, and it should start logging to files in the Logs folder there.

@isaacabraham
Copy link
Author

@kfarmer-msft OK, I've got them. What email address should I send them to?

@erezvani1529
Copy link
Contributor

Hi @isaacabraham,

Please email to ascl [at] Microsoft [dot] com and we will take a look.

Thanks!

@isaacabraham
Copy link
Author

Done :-)

@isaacabraham
Copy link
Author

Ping. Any luck with this one?

@isaacabraham
Copy link
Author

@erezvani1529 was my email with logs received?

@erezvani1529
Copy link
Contributor

cc:/ @kfarmer-msft

Hi @isaacabraham ,

I just checked and yes we have received your email. Apologies for the delay in response. I have followed up internally and we will get back to you with more results soon.

Thanks,
Elham

@isaacabraham
Copy link
Author

@erezvani1529 ping. it's been nearly two months now - any follow up?

@isaacabraham
Copy link
Author

Four months now. Could you provide an update on this?

@isaacabraham
Copy link
Author

It's been a year now. @erezvani1529 can you provide an update e.g. "won't fix" or something similar? It's hampering our adoption of more Azure services with a customer.

@kfarmer-msft
Copy link
Contributor

As you may have heard, we are moving to a completely new emulator. Please try it, and see if it resolves the issue you encountered.

https://github.com/azure/azurite

@isaacabraham
Copy link
Author

@kfarmer-msft sorry - are you saying that azurerite is now the replacement for the official storage emulator?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants