You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used this extension with a Blob storage account kind.
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'
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.
How bad is my current scenario? What is queue used for?
The text was updated successfully, but these errors were encountered:
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.
I used this extension with a
Blob storage account kind
.Everything worked fine when I installed it, but today I discovered that logs shows that the extension is run very often and fails with
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.
How bad is my current scenario? What is queue used for?
The text was updated successfully, but these errors were encountered: