New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

azure-rm-website

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-rm-website

Microsoft Azure WebSite Management Client Library for node

0.9.0-pre.3
Version published
Weekly downloads
55
22.22%
Maintainers
1
Weekly downloads
 
Created

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>')
}));

Keywords

FAQs

Package last updated on 30 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts