Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 770 Bytes

ws_overview.md

File metadata and controls

19 lines (11 loc) · 770 Bytes

Azure Workshop: Design and Deploy Azure PaaS App

Overview

One of challenges for provisioning PaaS services is deploying applications since terraform does not provide native way of deploying apps (e.g, Web App and setup MS SQL). This LAB terraform shows how to deploy and configure webapps and MS SQL using terraform.

Azure PaaS

This lab will demonstrate how to provision/deploy/config Azure PaaS using Terraform.

In this lab, you will learn how to:

  • create a terraform script for Azure PaaS services, such as Web App and SQL Database.
  • create an app deployment script leveraging ARM tempate deployment and local_exec provided by Terraform.
  • setup SQL database using sqlcmd tool

Hands on Lab

Workshop HOL