Search code examples
webservercloudazure-virtual-machine

How to upload files to LEMP stack on Microsoft Azure Virtual Machine?


I'm new to the whole cloud computing virtual machines thing, and I just started my free trial of Microsoft Azure. I'm interested in setting up a web server running Nginx to host some PHP pages that connect to a MySQL database. I just followed this official tutorial on how to install a LEMP stack on a Linux virtual machine in Azure, but it doesn't give a whole lot of instruction after that. How do I upload my files to this newly created web server?


Solution

  • There are many methods that you can upload files to your Azure Linux VM, Here are two options for you: