Azure Scheduler modules for JavaScript

Azure Scheduler creates, maintains, and invokes scheduled work via HTTP, HTTPS, a storage queue, or the Azure Service Bus.

Learn more about Azure Scheduler.

Management package

Create, maintain, and invoke scheduled work across various communication channels with the management API.

Install the npm module

Install the Azure Scheduler npm module

npm install azure-arm-scheduler

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.