Skip to content

Commit 73d3caa

Browse files
Merge pull request #72 from neilpeterson/nepeters-patch-2
version downgrade for PHP installation
2 parents 3d62895 + e197592 commit 73d3caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtual-machine/create-wordpress-mysql/create-wordpress-mysql.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
az group create --name myResourceGroup --location westus
55

66
# Create a new virtual machine, this creates SSH keys if not present.
7-
az vm create --resource-group myResourceGroup --name myVM --image Canonical:UbuntuServer:16.04-LTS:latest --generate-ssh-keys
7+
az vm create --resource-group myResourceGroup --name myVM --image Canonical:UbuntuServer:14.04.5-LTS:latest --generate-ssh-keys
88

99
# Open port 80 to allow web traffic to host.
1010
az vm open-port --port 80 --resource-group myResourceGroup --name myVM

0 commit comments

Comments
 (0)