Azure SDK for Node.js - Documentation
Перейти к файлу
Amar Zavery fa13ed111a updating graph library with the latest swagger changes. 2017-09-22 17:09:36 -07:00
Documentation Adds role assingment steps when using the node cli. 2017-02-07 08:47:06 -08:00
Tools [Storage] updated to 2017-06-01; Supported keyvault keys. 2017-06-08 14:51:46 +08:00
examples remove references to node-uuid 2017-04-10 14:01:20 -07:00
jsdocs updated the layout for docs and improved the readme experience 2015-07-17 08:35:44 -07:00
lib updating graph library with the latest swagger changes. 2017-09-22 17:09:36 -07:00
runtime tests 2017-09-11 16:02:24 -07:00
scripts setup for hyak gen only 2016-03-23 12:12:20 -07:00
tasks Add publish all packages bash script 2015-06-10 14:28:39 -07:00
test [Storage] Rename SKUs to skus. 2017-09-12 14:03:51 +08:00
.gitignore updates to gitignore, gulpfile and package.json 2017-03-25 18:19:49 -07:00
.jshintignore updated jshint 2015-05-04 16:16:10 -07:00
.jshintrc more changes to the runtime 2017-03-21 18:49:16 -07:00
.npmignore merging autorest to master 2016-02-27 19:30:26 -08:00
.travis.yml adding ts compilation test and minor gulpfile fix 2017-06-30 11:17:03 -07:00
CONTRIBUTING.md 🐛 Fix link to guidelines in Contributing.md 2016-01-17 19:25:13 +01:00
ChangeLog.md removed azure-search data plane 2017-04-03 12:04:05 -07:00
LICENSE.Apache.txt updated license info, package versions, azure.js file and removed apiAppManagement 2016-09-01 21:48:35 -07:00
LICENSE.MIT.txt added new libraries, updated package.json of existing ones, updated rollup azure.js and package.json 2017-03-30 22:55:34 -07:00
README.md Making the calls the same 2017-05-12 00:49:45 +02:00
codegen_mappings.json add support for syncing mappings and the repo 2017-08-25 19:11:11 -07:00
gruntfile.js updated grunt to include runtime and exclude webSiteManagement2 due to an issue 2017-04-05 11:39:07 -07:00
gulpfile.js add support for syncing mappings and the repo 2017-08-25 19:11:11 -07:00
nodeSDK.njsproj Removing unwanted entries in the njsproj file 2017-05-11 22:07:07 -07:00
nodeSDK.sln merging autorest to master 2016-02-27 19:30:26 -08:00
package.json Revert package.json 2017-08-29 14:28:14 -07:00
package_service_mapping.json Updating content per guidance 2017-07-27 11:54:27 -07:00
swagger_to_sdk_config.json [Storage] Updated storage based newest swagger. 2017-08-31 17:43:04 +08:00

README.md

Azure SDK for Node.js

NPM version Build Status

This project provides a Node.js package that makes it easy to consume and manage Microsoft Azure Services.

Usage

This module includes all of the individual Azure Node.js modules in a single place. If your application only needs access to specific management modules, see the list of individual modules below.

$ npm install azure

This will allow you access to some helper methods as well as all of the individual modules. For example, by installing the azure module, you can directly require and use the ms-rest-azure common module. This organization method allows for submodules (and peer dependant modules) to always be in sync with each other.

Note: we haven't provided fine-grained modules for every supported Microsoft Azure services yet. This will come soon. If there is a module that you find is missing, open an issue so that we may prioritize it in the backlog.

Authenticating

There are three ways to authenticate using this module, use this guide to determine which method to use.

AzureNodeEssentials VSCode extension

The AzureNodeEssentials extension helps you easily interact with Azure. It helps you:

  • create a project scaffolding
  • install correct dependencies
  • ready to use snippets for authentication and deploying templates to azure

Please feel free to provide feedback for the extension by opening github issues over here.

Install individual modules

Azure Service (Data plane) Install Command
Gallery npm install azure-gallery
Graph npm install azure-graph
Key Vault npm install azure-keyvault
Monitoring npm install azure-monitoring
Scheduler npm install azure-scheduler
Service Fabric npm install azure-servicefabric
Service Bus npm install azure-sb
Storage npm install azure-storage
Batch npm install azure-batch
Azure Resource Management (ARM) (Control plane)
Advisor npm install azure-arm-advisor
Automation npm install azure-arm-automation
Authorization npm install azure-arm-authorization
Batch npm install azure-arm-batch
Billing npm install azure-arm-billing
CDN npm install azure-arm-cdn
CognitiveServices npm install azure-arm-cognitiveservices
Commerce/Usage npm install azure-arm-commerce
Container Registry npm install azure-arm-containerregistry
CustomerInsights npm install azure-arm-customerinsights
Compute npm install azure-arm-compute
Datalake Analytics npm install azure-arm-datalake-analytics
Datalake Storage npm install azure-arm-datalake-storage
DevTest Labs npm install azure-arm-devtestlabs
DNS npm install azure-arm-dns
DocumentDB npm install azure-arm-documentdb
EventHubs npm install azure-arm-eventhub
HDInsight npm install azure-arm-hdinsight
HDInsightJobs npm install azure-arm-hdinsight-jobs
Insights npm install azure-arm-insights
IotHub npm install azure-arm-iothub
Key Vault npm install azure-arm-keyvault
Logic Apps npm install azure-arm-logic
Machine Learning npm install azure-arm-machinelearning
Media Services npm install azure-arm-mediaservices
Notification Hubs npm install azure-arm-notificationhubs
Operational Insights npm install azure-arm-operationalinsights
PowerBi Embedded npm install azure-arm-powerbiembedded
RecoveryServices npm install azure-arm-recoveryservices
RecoveryServices Backup npm install azure-arm-recoveryservicesbackup
Redis Cache npm install azure-arm-rediscache
Relay npm install azure-arm-relay
Resource Manager npm install azure-arm-resource
Scheduler npm install azure-arm-scheduler
Search npm install azure-arm-search
ServerManagement npm install azure-arm-servermanagement
Servicebus npm install azure-arm-sb
Service Fabric npm install azure-arm-servicefabric
Storage npm install azure-arm-storage
Storage Import-Export npm install azure-arm-storageimportexport
Sql npm install azure-arm-sql
Traffic Manager npm install azure-arm-trafficManager
Virtual Networks npm install azure-arm-network
WebApps (WebSites) npm install azure-arm-website
Azure Service Management (ASM) (Control plane)
Compute npm install azure-asm-compute
HDInsight npm install azure-asm-hdinsight
Service Bus npm install azure-asm-sb
Service Manager npm install azure-asm-mgmt
Store npm install azure-asm-store
Scheduler npm install azure-asm-scheduler
SQL Database npm install azure-asm-sql
Storage npm install azure-asm-storage
Subscriptions npm install azure-asm-subscription
Traffic Manager npm install azure-asm-trafficManager
Virtual Networks npm install azure-asm-network
WebSites npm install azure-asm-website
Base Libraries
Common Functionality (for ASM & ARM clients) npm install azure-common
Common Functionality for ARM clients generated from Autorest (Generic) npm install ms-rest
Common Functionality for ARM clients generated from Autorest (Azure) npm install ms-rest-azure

Need Help?

License

This project is licensed under MIT and Apache-2.0.

  • "MIT" license is usually used for the client libraries generated using Autorest that are targeting ARM (V2 version of Azure REST API). The license can be found in "LICENSE.MIT.txt" file in this repository.
  • "Apache-2.0" license is usually used for the client libraries generated using an internal code generator that are targeting ASM (V1 version of Azure REST API). The license can be found in "LICENSE.Apache.txt" file in this repository.

Contribute

Getting Started Developing

Want to get started hacking on the code, super! Follow the following instructions to get up and running. These instructions expect you have Git and a supported version of Node installed.

  1. Fork it
  2. Git Clone your fork (git clone {your repo})
  3. Move into sdk directory (cd azure-sdk-for-node)
  4. Install all dependencies (npm install)
  5. Run the tests (npm test). You should see all tests passing.

Contributing Code to the Project

You found something you'd like to change, great! Please submit a pull request and we'll do our best to work with you to get your code included into the project.

  1. Commit your changes (git commit -am 'Add some feature')
  2. Push to the branch (git push origin my-new-feature)
  3. Create new Pull Request