azure-rm-website

0.9.0-pre.10 • Public • Published

Microsoft Azure SDK for Node.js - Web Site Management

This project provides a Node.js package that makes it easy to manage Microsoft Azure Web Site. Right now it supports:

  • Node.js version: 0.6.15 or higher
  • API version: 2013-08-01

Features

  • TODO

How to Install

npm install azure-rm-website

How to Use

Authentication

  • TODO: Describe tokens

Create the WebSiteManagementClient

var fs                = require('fs'),
    webSiteManagement = require('azure-rm-website');
 
var webSiteManagementClient = webSiteManagement.createWebsiteManagementClient(webSiteManagement.createCertificateCloudCredentials({
  subscriptionId: '<your subscription id>',
  pem: fs.readFileSync('<your pem file>')
}));

Related projects

Readme

Keywords

Package Sidebar

Install

npm i azure-rm-website

Weekly Downloads

30

Version

0.9.0-pre.10

License

none

Last publish

Collaborators

  • windowsazure