Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.21 KB

File metadata and controls

29 lines (20 loc) · 1.21 KB
title description ms.date ms.topic ms.devlang ms.service
Azure Automation SDK for JavaScript
Reference for Azure Automation SDK for JavaScript
05/14/2024
reference
javascript
automation

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.