Projects

Microsoft Azure: Automate the configuration of a web server

Using this walkthrough I automated the configuration of a web server using my personal Microsoft Azure subscription. This page shows the last steps involved. Here are screenshots showcasing the major parts of my instance.

Create the virtual machine

Use the az vm extension command to run a PowerShell script which installs and configures Microsoft Internet Information Services with PHP

Here is the PHP info page after the script has finished

Lastly, I delete the resource group which will delete all contents I created for this project

And that’s it for this post! Thank you for reading!

Leave a Reply