Skip to content

Commit f4cd13d

Browse files
committed
Fix lemp
1 parent 5e29ada commit f4cd13d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

scenarios/azure-docs/articles/virtual-machines/linux/tutorial-lemp-stack.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -564,10 +564,6 @@ Results:
564564
}
565565
```
566566

567-
```bash
568-
echo "Your MySQL user $MY_MYSQL_ADMIN_USERNAME password is: $MY_WP_ADMIN_PW"
569-
```
570-
571567
The server created has the below attributes:
572568

573569
* The server name, admin username, admin password, resource group name, location are already specified in local context environment of the cloud shell. They're created in the same location as your resource group and other Azure components.
@@ -806,6 +802,8 @@ while [[ $(date -u +%s) -le $endtime ]]; do
806802
sleep 10
807803
fi;
808804
done
805+
806+
echo "You can now visit your web server at https://$FQDN"
809807
```
810808

811809
Results:
@@ -822,7 +820,3 @@ Results:
822820
<link rel="alternate" type="application/rss+xml" title="Azure hosted blog &raquo; Feed" href="https://mydnslabelxxxxxx.eastus.cloudapp.azure.com/?feed=rss2" />
823821
<link rel="alternate" type="application/rss+xml" title="Azure hosted blog &raquo; Comments Feed" href="https://mydnslabelxxxxxx.eastus.cloudapp.azure.com/?feed=comments-rss2" />
824822
```
825-
826-
```bash
827-
echo "You can now visit your web server at https://$FQDN"
828-
```

0 commit comments

Comments
 (0)