Deploy an App Service in Azure
In the "Code Editor" tab, open the app-service.tf
file.
Your task: Add resources to create an App Service Plan named my-app-plan
with the Free tier (F1) and an App Service named my-app-service
in the resource group defined in main.tf
.
GitOps Repository
- 📁 /root/learn-terraform-azure-app-service
- 📄 provider.tf
- 📄 main.tf
- 📄 app-service.tf