Skip to content

Commit e197592

Browse files
committed
version downgrade for PHP installation
1 parent 4e2bd8b commit e197592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)