The situation is that i am trying to get d3 to read a JSON file which is stored in Windows Azure Blob storage. If i paste the url into a browser then the file is downloaded
Should be:
var url = "http://storageName.blob.core.windows.net/containerName/file.json"; d3.json(url, function (json) { //code here });