Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nodesource/nsolid-azure
Run N|Solid in Azure
https://github.com/nodesource/nsolid-azure
azure node nodejs nodesource nsolid resource-manager
Last synced: about 1 month ago
JSON representation
Run N|Solid in Azure
- Host: GitHub
- URL: https://github.com/nodesource/nsolid-azure
- Owner: nodesource
- License: mit
- Created: 2018-03-02T06:31:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-28T20:38:50.000Z (over 1 year ago)
- Last Synced: 2023-07-28T21:37:14.375Z (over 1 year ago)
- Topics: azure, node, nodejs, nodesource, nsolid, resource-manager
- Language: Python
- Size: 259 KB
- Stars: 11
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![N|Solid](/images/nsolid-azure.png)
# NodeSource N|Solid on Azure
[Azure](https://azure.microsoft.com/en-us/?v=18.07a) 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](https://nodesource.com/products/nsolid) 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](https://pages.nodesource.com/nsolid-free-trial.html).## Getting Started with N|Solid on Azure
Easily run N|Solid on Azure using our [Resource Manager](https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-portal) templates. You can find a list of templates and their descriptions in the [README](/templates/README.md).
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 --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
``````
$ az storage blob copy start --destination-blob nsolid-console-disk --destination-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
```2. 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.
3. Fill in the required parameters with your VHD URI's created in step 1.
4. Select either an existing Resource Group or create a new one.
5. Set the location to "West US".
6. Agree to the Terms and Conditions.
7. Click the **Purchase** button.
[![Launch ARM Template](/images/deploy-to-azure.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fnodesourcearmtemplates.blob.core.windows.net%2Fpublic%2Fnsolid-quick-start.json)
## N|Solid Image List for Azure
You can also use our N|Solid Images for your own projects. See [IMAGE-LIST.md](IMAGE-LIST.md) for a full list of Image IDs.