Part 4: Install application on Azure Virtual Machine using Terraform — In my last blog (Part 3), we have provisioned a Windows Virtual Machine (VM) using terraform modules. In this part we will learn how we can install an application or software on that VM. At first, I will try to install IIS Web Server on the VM, as IIS is…