Socket
Socket
Sign inDemoInstall

azure-arm-insights

Package Overview
Dependencies
68
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    azure-arm-insights

Microsoft Azure Insights Management Client Library for node


Version published
Maintainers
1
Install size
14.9 MB
Created

Readme

Source

Deprecation Warning

This package has been deprecated. Please use azure-arm-monitor instead.

Microsoft Azure SDK for Node.js - Web Site Management

This project provides a Node.js package that makes it easy to use the Azure Insights API. Right now it supports:

  • Node.js version: 0.6.15 or higher
  • API version: 2015-04-01, 2015-07-01, 2016-03-01

How to Install

npm install azure-arm-insights

How to Use

Authentication

var msRestAzure = require('ms-rest-azure');
var insightsManagementClient = require('azure-arm-insights');

// Interactive Login
msRestAzure.interactiveLogin(function(err, credentials) {
  var client = new insightsManagementClient(credentials, 'your-subscription-id');
});

Create the insightsManagementClient

 var msRestAzure = require("ms-rest-azure"),
 var insightsManagementClient = require("azure-arm-insights");

 var client = new insightsManagementClient(credentials, 'your subscription id');

Keywords

FAQs

Last updated on 12 Jun 2018

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc