Created
January 26, 2012 17:39
-
-
Save awithy/1683961 to your computer and use it in GitHub Desktop.
todownloadablob
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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