Skip to content

Instantly share code, notes, and snippets.

@awithy
Created January 26, 2012 17:39
Show Gist options
  • Save awithy/1683961 to your computer and use it in GitHub Desktop.
Save awithy/1683961 to your computer and use it in GitHub Desktop.
todownloadablob
var blobUri = new BlobUri(storageAccountName, containerName, blobName);
var downloadPath = Path.Combine(workingDirectory, blobName);
blobStorageService.Download(blobUri, downloadPath);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment