UNPKG

pkgcloud

Version:

An infrastructure-as-a-service agnostic cloud library for node.js

8 lines (6 loc) 274 B
var pkgcloud = require('../../lib/pkgcloud'); var azure = pkgcloud.storage.createClient({ provider: 'azure', storageAccount: "test-storage-account", // Name of your storage account storageAccessKey: "test-storage-access-key" // Access key for storage account });