Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 2.49 KB

File metadata and controls

52 lines (34 loc) · 2.49 KB

Azure Linux Web App

A Terraform module for creating Azure Linux Web App resources with Azure Applicaiton Insights component.

Prerequisites

To use this module you need the following resources:

Module Features

This module creates Azure Linux Web App resources with Azure Applicaiton Insights component.

Getting Started

Most basic usage creating a Azure Linux Web App resources with Azure Applicaiton Insights component.

Browse to samples/linuxwebappsample to see a functional example of usage.

Module Argument Reference

See variables.tf

Module Attributes Reference

in addition of all arguments above the following attributes are exported by the module:

Samples

You have the samples in samples folder. Simply run the triad terraform commands inside the sample folder:

terraform init
terraform plan
terraform apply