Skip to content

Commit 408d5ff

Browse files
authored
Corrected link-broken docs build warnings for connectednetwork (#24820)
Co-authored-by: Mike F. Robbins <[email protected]>
1 parent 0815077 commit 408d5ff

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/ConnectedNetwork/ConnectedNetwork/help/New-AzConnectedNetworkFunctionRoleConfigurationObject.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,7 @@ Specifies the name of the administrator account.
225225
226226
**Max-length (Windows):** 20 characters
227227
228-
\<li\> For root access to the Linux VM, see [Using root privileges on Linux virtual machines in Azure](https://learn.microsoft.com/azure/virtual-machines/virtual-machines-linux-use-root-privileges?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json)
229-
\<li\> For a list of built-in system users on Linux that should not be used in this field, see [Selecting User Names for Linux on Azure](https://learn.microsoft.com/azure/virtual-machines/virtual-machines-linux-usernames?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json).
228+
-\<li\> For a list of built-in system users on Linux that should not be used in this field, see [Selecting User Names for Linux on Azure](https://learn.microsoft.com/azure/virtual-machines/linux/faq#what-are-the-username-requirements-when-creating-a-vm-).
230229
231230
```yaml
232231
Type: System.String
@@ -254,7 +253,7 @@ The maximum length of the binary array is 65535 bytes.
254253
customData is passed to the VM to be saved as a file.
255254
For more information see [Custom Data on Azure VMs](https://azure.microsoft.com/en-us/blog/custom-data-and-cloud-init-on-windows-azure/)
256255
257-
For using cloud-init for your Linux VM, see [Using cloud-init to customize a Linux VM during creation](https://learn.microsoft.com/azure/virtual-machines/virtual-machines-linux-using-cloud-init?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json).
256+
For using cloud-init for your Linux VM, see [Using cloud-init to customize a Linux VM during creation](https://learn.microsoft.com/azure/virtual-machines/linux/tutorial-automate-vm-deployment).
258257
259258
```yaml
260259
Type: System.String

src/ConnectedNetwork/ConnectedNetwork/help/New-AzConnectedNetworkFunctionUserConfigurationObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The maximum length of the binary array is 65535 bytes.
6969
customData is passed to the VM to be saved as a file.
7070
For more information see [Custom Data on Azure VMs](https://azure.microsoft.com/en-us/blog/custom-data-and-cloud-init-on-windows-azure/)
7171
72-
For using cloud-init for your Linux VM, see [Using cloud-init to customize a Linux VM during creation](https://learn.microsoft.com/azure/virtual-machines/virtual-machines-linux-using-cloud-init?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json).
72+
For using cloud-init for your Linux VM, see [Using cloud-init to customize a Linux VM during creation](https://learn.microsoft.com/azure/virtual-machines/linux/tutorial-automate-vm-deployment).
7373
7474
```yaml
7575
Type: System.String

0 commit comments

Comments
 (0)