Skip to content

Commit 01f0391

Browse files
Corrected broken links from docs ops report (#19694)
Co-authored-by: Mike F. Robbins <[email protected]> Co-authored-by: Yunchi Wang <[email protected]>
1 parent da13e8d commit 01f0391

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

src/ConnectedNetwork/help/New-AzConnectedNetworkFunctionRoleConfigurationObject.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -214,19 +214,19 @@ Accept wildcard characters: False
214214
Specifies the name of the administrator account.
215215
216216
217-
**Windows-only restriction:** Cannot end in "."
217+
**Windows-only restriction:** Cannot end in "."
218218
219219
**Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5".
220220
221221
222-
**Minimum-length (Linux):** 1 character
222+
**Minimum-length (Linux):** 1 character
223223
224-
**Max-length (Linux):** 64 characters
224+
**Max-length (Linux):** 64 characters
225225
226-
**Max-length (Windows):** 20 characters
226+
**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://docs.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://docs.microsoft.com/azure/virtual-machines/virtual-machines-linux-usernames?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json).
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/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/linux/usernames?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json).
230230
231231
```yaml
232232
Type: System.String
@@ -246,15 +246,15 @@ The base-64 encoded string is decoded to a binary array that is saved as a file
246246
The maximum length of the binary array is 65535 bytes.
247247
248248
249-
**Note: Do not pass any secrets or passwords in customData property**
249+
**Note: Do not pass any secrets or passwords in customData property**
250250
251251
This property cannot be updated after the VM is created.
252252
253253
254254
customData is passed to the VM to be saved as a file.
255-
For more information see [Custom Data on Azure VMs](https://azure.microsoft.com/en-us/blog/custom-data-and-cloud-init-on-windows-azure/)
255+
For more information see [Custom Data on Azure VMs](https://azure.microsoft.com/en-us/blog/custom-data-and-cloud-init-on-windows-azure/)
256256
257-
For using cloud-init for your Linux VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-linux-using-cloud-init?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json).
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/linux/using-cloud-init?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json).
258258
259259
```yaml
260260
Type: System.String
@@ -438,7 +438,7 @@ NETWORKINTERFACE <INetworkInterface[]>: The network interface configurations.
438438
- `[VMSwitchType <VMSwitchType?>]`: The type of the VM switch.
439439

440440
SSHPUBLICKEY <ISshPublicKey[]>: The list of SSH public keys used to authenticate with linux based VMs.
441-
- `[KeyData <String>]`: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-linux-mac-create-ssh-keys?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json).
441+
- `[KeyData <String>]`: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://learn.microsoft.com/azure/virtual-machines/linux/mac-create-ssh-keys?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json).
442442
- `[Path <String>]`: Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
443443

444444
STORAGEPROFILEDATADISK <IDataDisk[]>: Specifies the parameters that are used to add a data disk to a virtual machine.

src/Monitor/Monitor/help/Remove-AzDataCollectionRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Remove-AzDataCollectionRule -RuleId <String> [-PassThru] [-DefaultProfile <IAzur
3333
## DESCRIPTION
3434
The **Remove-AzDataCollectionRule** cmdlet delete a data collection rule.
3535

36-
Data Collection Rules (DCR) define data coming into Azure Monitor and specify where that data should be sent or stored. Here is the complete [DCR overview article](https://docs.microsoft.com/azure/azure-monitor/essentials/data-collection-rule-overview).
36+
Data Collection Rules (DCR) define data coming into Azure Monitor and specify where that data should be sent or stored. Here is the complete [DCR overview article](https://learn.microsoft.com/azure/azure-monitor/essentials/data-collection-rule-overview).
3737

3838
## EXAMPLES
3939

src/Monitor/Monitor/help/Set-AzDataCollectionRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Set-AzDataCollectionRule -InputObject <PSDataCollectionRuleResource> [-DefaultPr
3434
## DESCRIPTION
3535
The **Set-AzDataCollectionRule** cmdlet replaces an existing data collection rule.
3636

37-
Data Collection Rules (DCR) define data coming into Azure Monitor and specify where that data should be sent or stored. Here is the complete [DCR overview article](https://docs.microsoft.com/azure/azure-monitor/essentials/data-collection-rule-overview).
37+
Data Collection Rules (DCR) define data coming into Azure Monitor and specify where that data should be sent or stored. Here is the complete [DCR overview article](https://learn.microsoft.com/azure/azure-monitor/essentials/data-collection-rule-overview).
3838

3939
To use the -RuleFile parameter, construct a json file containing three properties: dataSources, destinations, dataFlows (see Example #1).
4040

src/Monitor/Monitor/help/Update-AzDataCollectionRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Update-AzDataCollectionRule -InputObject <PSDataCollectionRuleResource> [-Tag <H
3333
## DESCRIPTION
3434
The **Update-AzDataCollectionRule** cmdlet updates a data collection rule Tags property.
3535

36-
Data Collection Rules (DCR) define data coming into Azure Monitor and specify where that data should be sent or stored. Here is the complete [DCR overview article](https://docs.microsoft.com/azure/azure-monitor/essentials/data-collection-rule-overview).
36+
Data Collection Rules (DCR) define data coming into Azure Monitor and specify where that data should be sent or stored. Here is the complete [DCR overview article](https://learn.microsoft.com/azure/azure-monitor/essentials/data-collection-rule-overview).
3737

3838
## EXAMPLES
3939

0 commit comments

Comments
 (0)