I would like to connect LINQPAD to my development storage Azure. I understand that I need to use something like the following:
var accountName = "jamiekt";
var sharedKey = "smXblLn+==";
var uri = new System.Uri("http://table.core.windows.net/");
But how can I connect to the local storage emulator?
A good example of wiring LINQpad to Azure storage is here:
http://geekswithblogs.net/IUnknown/archive/2010/03/10/linqpad-with-azure-table-storage.aspx
Use the development storage accounts as detailed here:
https://azure.microsoft.com/en-us/documentation/articles/storage-use-emulator/
in particular:
The URI depends on what you want to connect to: