Terraform: Azure web app deployment

Created on 11 Jan 2017  ยท  3Comments  ยท  Source: hashicorp/terraform

Hi there,

For a new project I need to depoy Azure web apps (https://azure.microsoft.com/en-us/services/app-service/web/?b=16.52).

It looks like the azurerm provisioner has no resources to do this. Would it be hard to add this functionality?

enhancement new-resource provideazurerm

Most helpful comment

I have created some code that allow you to deploy Azure Web apps with terraform. The pull request is here https://github.com/hashicorp/terraform/pull/12001.

All 3 comments

While the purist may reject this at is not strictly "infrastructure" the app service plan, app service environment and the various flavours of app service in azure represent platform-as-a-service that would be ideally supported by terraform as it feels like a seamless fit to be able to configure more of the services that make up a cloud environment. Can anyone indicate if this might be looked at? Or is the advice to use azurerm_template_deployment resource?

I have created some code that allow you to deploy Azure Web apps with terraform. The pull request is here https://github.com/hashicorp/terraform/pull/12001.

I'm going to lock this issue because it has been closed for _30 days_ โณ. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

Was this page helpful?
0 / 5 - 0 ratings