How to create App Service(WebApp) in Azure using Terraform | Setup WebApp using Terraform on Azure

Опубликовано: 05 Октябрь 2024
на канале: DevOps Coach
7,814
58

https://www.coachdevops.com/2021/04/h...
Azure App Service is a fully managed platform as a service (PaaS) offering for developers for hosting your application. It supports .NET, Java, PHP, Python and NodeJS. It is a fully managed Platform as a Serice (PaaS) where developers can deploy mobile or web applications in Azure Cloud.

Hashicorp's Terraform is an open-source tool for provisioning and managing cloud infrastructure. Terraform can provision resources on any cloud platform. Terraform allows you to create infrastructure in configuration files(tf files) that describe the topology of cloud resources. These resources include virtual machines, storage accounts, and networking interfaces. The Terraform CLI provides a simple mechanism to deploy and version the configuration files to Azure.