dapr-sandbox / dapr-logicapps-extension

Run Cloud Native workflows on any environment using Dapr
Apache License 2.0
135 stars 29 forks source link

Storage Account - Kind #52

Closed ChrisHanna closed 4 years ago

ChrisHanna commented 4 years ago

Really excited about this functionality!

One thing I ran into when setting up the sample was my storage account "kind" was BlobStorage and the sample would fail, however when I tried with a different storage account it worked! That one was set to storage/General Purpose.

With BlobStorage - the error would be "Microsoft.WindowsAzure.Storage.StorageException: Unexpected HTTP status code 'NotImplemented'."

Tip

yaron2 commented 4 years ago

/cc @laveeshb

laveeshb commented 4 years ago

The reason is that workflow runtime uses table and queue for executions.