Azure Virtual Network modules for JavaScript

Overview

The Azure Virtual Network service enables you to securely connect Azure resources to each other with virtual networks (VNets). A VNet is a representation of your own network in the cloud. A VNet is a logical isolation of the Azure cloud dedicated to your subscription. You can also connect VNets to your on-premises network.

Learn more about Azure Virtual Network.

Management package

Install the npm module

Install the Azure Virtual Network npm module

npm install @azure/arm-network

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.