Skip to content

Commit 34b2163

Browse files
authored
Merge pull request #49311 from cynthn/linkbugs
Link bugs
2 parents eb6c623 + 79d658e commit 34b2163

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
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 & 4 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

@@ -61,7 +59,6 @@ This script uses the following commands to create a resource group, virtual mach
6159
| [az storage blob upload](https://docs.microsoft.com/cli/azure/storage/blob#az_storage_blob_upload) | Creates a blob in the container by uploading the VHD. |
6260
| [az vm list](https://docs.microsoft.com/cli/azure/vm#az_vm_list) | Used with `--query` check whether the VM name is in use. |
6361
| [az vm create](https://docs.microsoft.com/cli/azure/vm/availability-set#az_vm_availability_set_create) | Creates the virtual machines. |
64-
| [az vm access set-linux-user](https://docs.microsoft.com/cli/azure/vm/access#az_vm_access_set_linux_user) | Resets the SSH key to give the current user access to the VM. |
6562
| [az vm list-ip-addresses](https://docs.microsoft.com/cli/azure/vm#az_vm_list-ip-addresses) | Gets the IP address of the VM that was created. |
6663

6764
## Next steps

articles/virtual-machines/windows/prepare-for-upload-vhd-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ On the VM that you plan to upload to Azure, run all commands in the following st
6363
1. Remove any static persistent route on the routing table:
6464

6565
* To view the route table, run `route print` at the command prompt.
66-
* Check the **Persistence Routes** sections. If there is a persistent route, use [route delete](https://technet.microsoft.com/library/cc739598.apx) to remove it.
66+
* Check the **Persistence Routes** sections. If there is a persistent route, use the **route delete** command to remove it.
6767
2. Remove the WinHTTP proxy:
6868

6969
```PowerShell

articles/virtual-machines/workloads/sap/dbms-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ The installation and operation of SRS works as well functionally in a VM hosted
11591159
ASE HADR via SAP Replication Server is NOT supported at this point in time. It might be tested with and released for Microsoft Azure platforms in the future.
11601160

11611161
## Specifics to Oracle Database on Windows
1162-
Oracle software is supported by Oracle to run on Microsoft Windows Hyper-V and Azure. For details on the general support of Windows Hyper-V and Azure, check: <https://blogs.oracle.com/cloud/entry/oracle_and_microsoft_join_forces>
1162+
Oracle software is supported by Oracle to run on Microsoft Windows Hyper-V and Azure.
11631163

11641164
Following the general support, the specific scenario of SAP applications leveraging Oracle Databases is supported as well. Details are named in this part of the document.
11651165

@@ -1199,7 +1199,7 @@ in [this][virtual-machines-windows-classic-configure-oracle-data-guard] document
11991199
All other general areas like Azure Availability Sets or SAP monitoring apply as described in the first three chapters of this document for deployments of VMs with the Oracle Database as well.
12001200

12011201
## Specifics to Oracle Database on Oracle Linux
1202-
Oracle software is supported by Oracle to run on Microsoft Windows Hyper-V and Azure. For details on the general support of Windows Hyper-V and Azure, check: <https://blogs.oracle.com/cloud/entry/oracle_and_microsoft_join_forces>
1202+
Oracle software is supported by Oracle to run on Microsoft Windows Hyper-V and Azure.
12031203

12041204
Following the general support, the specific scenario of SAP applications leveraging Oracle Databases is supported as well. Details are named in this part of the document.
12051205

0 commit comments

Comments
 (0)