var pkgcloud = require('../../lib/pkgcloud');
var azure = pkgcloud.storage.createClient({
provider: 'azure',
storageAccount: "test-storage-account", // Name of your storage accountstorageAccessKey: "test-storage-access-key"// Access key for storage account
});