azure-products

List of Microsoft Azure products


Keywords
microsoft, azure, products, list, azure-products, microsoft-azure
License
MIT
Install
npm install azure-products@1.2.2

Documentation

azure-products

List of Microsoft Azure products

Build Status npm downloads JavaScript Style Guide

It's just two JSON files that can be used in any environment.

Install

npm install azure-products

Usage

const azureProducts = require('azure-products')

console.log(azureProducts)
//=> ['Academic Knowledge API', 'Access Control Service', 'Action Groups', ...]

And products with regions:

const azureProducts = require('azure-products/detailed')

console.log(azureProducts)
//=> [ { name: 'Academic Knowledge API', regions: [ 'West US' ] }, { name: 'Access Control Service', regions: [...] }, ...]

Known issues

  • IoT Edge does not exist in detailed.json because Azure does not provide its status data.

Update json files

node ./bin/fetch-products.js
node ./bin/fetch-products-detailed.js

Related

License

MIT. Copyright (C) Halil İbrahim Şener.