At the moment I'm struggling to connect and do operation in f# against the local azure table storage (developmentstorage).
The only method I could find to connect with the storage Auth.StorageCredentials(accountName, accountKey) doesn't seem to accept the developmentstorage=true string I'm using in the C# parse method.
I tried to use the corresponding account name and key (devstoreaccount1, Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==) but didn't worked.
Any idea on how to solve the issue?