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

silent WebException when using blob storage account kind. #148

Closed
Bartmax opened this issue Jun 25, 2017 · 2 comments
Closed

silent WebException when using blob storage account kind. #148

Bartmax opened this issue Jun 25, 2017 · 2 comments
Assignees
Milestone

Comments

@Bartmax
Copy link

Bartmax commented Jun 25, 2017

I used this extension with a Blob storage account kind.

image

Everything worked fine when I installed it, but today I discovered that logs shows that the extension is run very often and fails with

Unhandled Exception: Microsoft.WindowsAzure.Storage.StorageException: 
The remote name could not be resolved: 'xxx.queue.core.windows.net' ---> 
System.Net.WebException: The remote name could not be resolved: 'xxx.queue.core.windows.net'
  1. is it possible to make it work with blob storage only accounts? if not, it would be great to add to the doc/readme. Specially because it fails silently (unless you look around) and you cannot (or didn't find how) to change from one account kind to another.

  2. How bad is my current scenario? What is queue used for?

@sjkp sjkp self-assigned this Jun 28, 2017
@sjkp sjkp added this to the 0.7.x milestone Aug 2, 2017
@sjkp
Copy link
Owner

sjkp commented Aug 2, 2017

The web jobs sdk uses queues internally. So yes it is required to use a general purpose storage account.
Azure/azure-webjobs-sdk#797
Will make it cleared in the documentation.

@ohadschn
Copy link
Contributor

I created a WebJob without the WebJob SDK so no storage account of any kind is required:
https://github.com/ohadschn/letsencrypt-webapp-renewer

@sjkp sjkp closed this as completed Jan 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants