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

Latest commit

 

History

History
15 lines (9 loc) · 616 Bytes

File metadata and controls

15 lines (9 loc) · 616 Bytes

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.