views:

25

answers:

1

How to retrieve thumbnail url from Azure table using LINQ query?

A: 

Can you post your code on how you upload the thumbnail to Azure? In theory if you use the storage client library from the SDK you can just ask any CloudBlob instance's Uri property for the URL to the blob.

maartenba