Skip to content

Commit 7202c4a

Browse files
authored
Update quick-create-cli.md
The note that I removed isn't appropriate for this quickstart. It isn't something users will encounter while following this article.
1 parent d5db367 commit 7202c4a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/virtual-machines/linux/quick-create-cli.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ You can retrieve and store the IP address in the variable IP_ADDRESS with the fo
8787
export IP_ADDRESS=$(az vm show --show-details --resource-group $RESOURCE_GROUP_NAME --name $VM_NAME --query publicIps --output tsv)
8888
```
8989

90-
[!INCLUDE [ephemeral-ip-note.md](../../../includes/ephemeral-ip-note.md)]
91-
9290
## Install web server
9391

9492
To see your VM in action, install the NGINX web server. Update your package sources and then install the latest NGINX package. The following command uses run-command to run `sudo apt-get update && sudo apt-get install -y nginx` on the VM:

0 commit comments

Comments
 (0)