Skip to content

nodesource/nsolid-azure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N|Solid

NodeSource N|Solid on Azure

Azure is a comprehensive set of cloud services that developers and IT professionals use to build, deploy, and manage applications through a global network of datacenters. Deploy your N|Solid instances to Azure for cloud access to the only Node.js platform built for mission-critical applications.

License Key

If you don't already have a license key, please visit the NodeSource website to start your trial service.

Getting Started with N|Solid on Azure

Easily run N|Solid on Azure using our Resource Manager templates. You can find a list of templates and their descriptions in the README.

Follow these steps to use the Resource Manager templates in nsolid-azure:

  1. Make a copy of our N|Solid VHDs into your own account for use in the templates.
$ az storage blob copy start --destination-blob nsolid-runtime-disk --destination-container <your-storage-container> --source-uri https://nsoliddisks.blob.core.windows.net/system/Microsoft.Compute/Images/nsolid/�4.10.0-runtime-osDisk.1448aaa6-4767-429b-99e4-3e3f196d5c3d.vhd --account-name <your-storage-account-name>
$ az storage blob copy start --destination-blob nsolid-console-disk --destination-container <your-storage-container> --source-uri https://nsoliddisks.blob.core.windows.net/system/Microsoft.Compute/Images/nsolid/4.10.0-console-osDisk.8c6755cb-cb14-414a-b9ac-b7cf26830259.vhd --account-name <your-storage-account-name>
  1. Find the template you want to run in the /templates folder, then click the Deploy to Azure button. This will open up a Custom Deployment in Azure Resource Manager in your own account.

  2. Fill in the required parameters with your VHD URI's created in step 1.

  3. Select either an existing Resource Group or create a new one.

  4. Set the location to "West US".

  5. Agree to the Terms and Conditions.

  6. Click the Purchase button.

Launch ARM Template

N|Solid Image List for Azure

You can also use our N|Solid Images for your own projects. See IMAGE-LIST.md for a full list of Image IDs.