Azure Storage Library Client on Windows 10 Iot/UWP?
问题 It appears that the Azure Storage Client is not supported on Windows 10 Iot-Core/UWP (RPi). However, I am using it for Blobs, and it also used to work fine for Tables. Now, after an update to the latest stable (and -pre, tried both) the access to Tables hangs at await table.ExecuteQuerySegmentedAsync(query, new TableContinuationToken()); I searched in vain for a way to make this synchronous, which would, at the least, help me debug it. I also am wondering about the current success of others