Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Tutorials: Node.js on Azure

Design

diagram

Steps

  1. Create a new AppService in Azure using Terraform.
  2. Deploy a Node.js application to Azure using the Azure CLI.

*Note: Step 2 will automatically create an AppService if one does not exist. However, it can be useful to explicitly control (configure and execute) the creation and maintenance of the AppService over time. Step 1 will help you accomplish this.