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

azure-arm-insights

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-arm-insights

Microsoft Azure Insights Management Client Library for node

  • 1.0.2-preview
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10K
decreased by-0.77%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 12 Jun 2018

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc