Azure Automation Modules for JavaScript
Overview
Azure Automation provides a way for users to automate the manual, long-running, error-prone, and frequently repeated tasks that are commonly performed in a cloud and enterprise environment. Automation saves time and increases the reliability of regular administrative tasks and even schedules them to be automatically performed at regular intervals. You can automate processes using runbooks or automate configuration management using Desired State Configuration.
Management package
Install the modules with npm
Use npm to install the Azure Automation modules for JavaScript
npm install @azure/arm-automation
Samples
Examples for using this module in Node.js as well as browser applications can be found in the README for the module
For more code samples that use various Azure packages, explore the JavaScript samples.
Azure SDK for JavaScript