azure-products
v1.2.2
Published
List of Microsoft Azure products
Downloads
12
Readme
azure-products
List of Microsoft Azure products
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
- aws-products - List of Amazon Web Services (AWS) products
License
MIT. Copyright (C) Halil İbrahim Şener.