/terraform-azurerm-Az-AppService

Terraform module that manages App Service Plan, Environment, Function.

Primary LanguageHCL

Pipeline test

Build Status

Requirement

  • Terraform v0.12.23 and above.
  • AzureRm provider version 2.1 and above.

Terraform resources used within the module

Resource Description
azurerm_resource_group Get the Resource Group, re use it's tags for the sub resources.
data azurerm_app_service_plan Option to get existing App Service Plan.
azurerm_app_service_plan Manages an App Service Plan component.
azurerm_app_service Manages an App Service (within an App Service Plan).

Examples

Name Description
docker_python_hello_world Create an App Service Plan with an App Service using the Python Hello world docker image.
php_remote_mysql Get an existing App Service Plan, create an App Service with environment variables to connect through SSL on an Azure MySQL Database.