Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 2.52 KB

File metadata and controls

52 lines (34 loc) · 2.52 KB

Azure windows Web App

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

Prerequisites

To use this module you need the following resources:

Module Features

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

Getting Started

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

Browse to samples/windowswebappsample 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