Created
          April 23, 2015 15:33 
        
      - 
      
- 
        Save martonsereg/a38153817812b99d2a8c to your computer and use it in GitHub Desktop. 
Revisions
- 
        Marton Sereg created this gist Apr 23, 2015 .There are no files selected for viewingThis file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ //export AZURE_STORAGE_ACCOUNT //export AZURE_STORAGE_ACCESS_KEY="" var azure = require('./node_modules/azure-storage'); var blobSvc = azure.createBlobService(); blobSvc.breakLease('<container-name>', '<blob-name>', {}, function(error, result, response){ if(!error) { console.log(result); } else { console.log(error) } }); 
 Marton Sereg
              created
            
            this gist
            
              Marton Sereg
              created
            
            this gist