Skip to content

Commit 79d658e

Browse files
author
Cynthia Nottingham
committed
removing link to missing vhd file
1 parent 037b63e commit 79d658e

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

articles/virtual-machines/linux/create-upload-ubuntu.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ This article assumes that you have already installed an Ubuntu Linux operating s
127127

128128
9. Click **Action -> Shut Down** in Hyper-V Manager. Your Linux VHD is now ready to be uploaded to Azure.
129129

130+
## References
131+
[Ubuntu hardware enablement (HWE) kernel](https://wiki.ubuntu.com/Kernel/LTSEnablementStack)
132+
130133
## Next steps
131134
You're now ready to use your Ubuntu Linux virtual hard disk to create new virtual machines in Azure. If this is the first time that you're uploading the .vhd file to Azure, see [Create a Linux VM from a custom disk](upload-vhd.md#option-1-upload-a-vhd).
132135

133-
## References
134-
Ubuntu hardware enablement (HWE) kernel:
135136

136-
* [http://blog.utlemming.org/2015/01/ubuntu-1404-azure-images-now-tracking.html](http://blog.utlemming.org/2015/01/ubuntu-1404-azure-images-now-tracking.html)
137-
* [http://blog.utlemming.org/2015/02/1204-azure-cloud-images-now-using-hwe.html](http://blog.utlemming.org/2015/02/1204-azure-cloud-images-now-using-hwe.html)
137+
138138

articles/virtual-machines/scripts/virtual-machines-linux-cli-sample-create-vm-vhd.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ It creates a resource group, a storage account, and a container,
2626
then it creates a VM by uploading the VHD to the container.
2727
It replaces the ssh public key with your public key so that you have access to the VM.
2828

29-
You'll need a bootable VHD.
30-
You can download the VHD that we used from https://azclisamples.blob.core.windows.net/vhds/sample.vhd,
31-
or use your own VHD. The script looks for `~/sample.vhd`.
29+
You'll need a bootable VHD. The script looks for `~/sample.vhd`.
3230

3331
[!INCLUDE [sample-cli-install](../../../includes/sample-cli-install.md)]
3432

0 commit comments

Comments
 (0)