dotnet/orleans

Changed BankServer Example to Use Azure Table Storage - Exceptions

jeffreywstevens opened this issue · 1 comments

It works excellent with in-memory storage. All I did was change the code below. It seemed accurate based on the Orleans transactions page. What am I doing wrong? Do I need to reconfigure the client, too? I am using the default connection string from the portal, which used to provide god-mode privileges.

image

Error:
No default ITransactionalStateStorageFactory nor IGrainStorage was found while attempting to create transactional state storage.

It is now working. I must have configured something incorrectly.