Skip to content

Commit ab23c5b

Browse files
mikefrobbinsYeming Liu
authored andcommitted
Corrected docs other-site-link-broken build warnings (#27810)
1 parent be477cd commit ab23c5b

File tree

12 files changed

+17
-29
lines changed

12 files changed

+17
-29
lines changed

src/Compute/Compute/help/Add-AzVMSecret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add-AzVMSecret [-VM] <PSVirtualMachine> [[-SourceVaultId] <String>] [[-Certifica
2424
The **Add-AzVMSecret** cmdlet adds a secret to a virtual machine.
2525
This value lets you add a certificate to the virtual machine.
2626
The secret must be stored in a Key Vault.
27-
For more information about Key Vault, see [What is Azure Key Vault?](https://azure.microsoft.com/documentation/articles/key-vault-whatis/).
27+
For more information about Key Vault, see [What is Azure Key Vault?](/azure/key-vault/general/overview).
2828
For more information about the cmdlets, see [Azure Key Vault Cmdlets](/powershell/module/az.keyvault) or the [Set-AzKeyVaultSecret](/powershell/module/az.keyvault/set-azkeyvaultsecret) cmdlet.
2929

3030
> [!NOTE]

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,7 @@ Specifies the name of the administrator account.
221221
222222
**Max-length (Linux):** 64 characters
223223
224-
**Max-length (Windows):** 20 characters
225-
226-
\<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)
227-
\<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).
224+
**Max-length (Windows):** 20 characters
228225
229226
```yaml
230227
Type: System.String
@@ -250,9 +247,7 @@ The maximum length of the binary array is 65535 bytes.
250247
251248
252249
customData is passed to the VM to be saved as a file.
253-
For more information see [Custom Data on Azure VMs](https://azure.microsoft.com/en-us/blog/custom-data-and-cloud-init-on-windows-azure/)
254-
255-
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).
250+
For more information see [Custom Data on Azure VMs](https://azure.microsoft.com/en-us/blog/custom-data-and-cloud-init-on-windows-azure/)
256251
257252
```yaml
258253
Type: System.String

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,7 @@ Specifies the name of the administrator account.
7070
7171
**Max-length (Linux):** 64 characters
7272
73-
**Max-length (Windows):** 20 characters
74-
75-
\<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)
76-
\<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).
73+
**Max-length (Windows):** 20 characters
7774
7875
```yaml
7976
Type: System.String
@@ -99,9 +96,7 @@ The maximum length of the binary array is 65535 bytes.
9996
10097
10198
customData is passed to the VM to be saved as a file.
102-
For more information see [Custom Data on Azure VMs](https://azure.microsoft.com/en-us/blog/custom-data-and-cloud-init-on-windows-azure/)
103-
104-
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).
99+
For more information see [Custom Data on Azure VMs](https://azure.microsoft.com/en-us/blog/custom-data-and-cloud-init-on-windows-azure/)
105100
106101
```yaml
107102
Type: System.String

src/KeyVault/KeyVault/help/Add-AzKeyVaultKey.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ in the Key Vault REST API documentation.
135135
Note: To import a key from your own hardware security module, you must first generate a BYOK
136136
package (a file with a .byok file name extension) by using the Azure Key Vault BYOK toolset. For
137137
more information, see
138-
[How to Generate and Transfer HSM-Protected Keys for Azure Key Vault](http://go.microsoft.com/fwlink/?LinkId=522252).
138+
[How to Generate and Transfer HSM-Protected Keys for Azure Key Vault](/azure/key-vault/keys/hsm-protected-keys).
139139
As a best practice, back up your key after it is created or updated, by using the
140140
Backup-AzKeyVaultKey cmdlet. There is no undelete functionality, so if you accidentally delete
141141
your key or delete it and then change your mind, the key is not recoverable unless you have a
@@ -274,7 +274,7 @@ This command imports the key named ITByok from the location that the *KeyFilePat
274274
specifies. The imported key is an HSM-protected key.
275275
To import a key from your own hardware security module, you must first generate a BYOK package (a file with a .byok file name extension) by using the Azure Key Vault BYOK toolset.
276276
For more information, see
277-
[How to Generate and Transfer HSM-Protected Keys for Azure Key Vault](http://go.microsoft.com/fwlink/?LinkId=522252).
277+
[How to Generate and Transfer HSM-Protected Keys for Azure Key Vault](/azure/key-vault/keys/hsm-protected-keys).
278278

279279
### Example 6: Import a software-protected key
280280
```powershell

src/Monitor/Monitor/help/Get-AzMetricsBatch.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ Accept wildcard characters: False
910910
```
911911
912912
### -Endpoint
913-
The regional endpoint to use, for example https://eastus.metrics.monitor.azure.com.
913+
The regional endpoint to use, for example `https://eastus.metrics.monitor.azure.com`.
914914
The region should match the region of the requested resources.
915915
For global resources, the region should be 'global'.
916916

@@ -1208,7 +1208,7 @@ Accept wildcard characters: False
12081208
```
12091209
12101210
### -Endpoint
1211-
The regional endpoint to use, for example https://eastus.metrics.monitor.azure.com.
1211+
The regional endpoint to use, for example `https://eastus.metrics.monitor.azure.com`.
12121212
The region should match the region of the requested resources.
12131213
For global resources, the region should be 'global'.
12141214

@@ -1506,7 +1506,7 @@ Accept wildcard characters: False
15061506
```
15071507
15081508
### -Endpoint
1509-
The regional endpoint to use, for example https://eastus.metrics.monitor.azure.com.
1509+
The regional endpoint to use, for example `https://eastus.metrics.monitor.azure.com`.
15101510
The region should match the region of the requested resources.
15111511
For global resources, the region should be 'global'.
15121512

@@ -1804,7 +1804,7 @@ Accept wildcard characters: False
18041804
```
18051805
18061806
### -Endpoint
1807-
The regional endpoint to use, for example https://eastus.metrics.monitor.azure.com.
1807+
The regional endpoint to use, for example `https://eastus.metrics.monitor.azure.com`.
18081808
The region should match the region of the requested resources.
18091809
For global resources, the region should be 'global'.
18101810

src/Network/Network/help/Add-AzApplicationGatewayProbeConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
258258
259259
## RELATED LINKS
260260
261-
[Add a probe to an existing application gateway](https://azure.microsoft.com/en-us/documentation/articles/application-gateway-create-probe-ps/#add-a-probe-to-an-existing-application-gateway)
261+
[Add a probe to an existing application gateway](/azure/application-gateway/application-gateway-create-probe-ps#add-a-probe-to-an-existing-application-gateway)
262262
263263
[Get-AzApplicationGatewayProbeConfig](./Get-AzApplicationGatewayProbeConfig.md)
264264

src/Network/Network/help/Get-AzApplicationGatewayProbeConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9191
9292
## RELATED LINKS
9393
94-
[Add a probe to an existing application gateway](https://azure.microsoft.com/en-us/documentation/articles/application-gateway-create-probe-ps/#add-a-probe-to-an-existing-application-gateway)
94+
[Add a probe to an existing application gateway](/azure/application-gateway/application-gateway-create-probe-ps#add-a-probe-to-an-existing-application-gateway)
9595
9696
[Add-AzApplicationGatewayProbeConfig](./Add-AzApplicationGatewayProbeConfig.md)
9797

src/Network/Network/help/New-AzApplicationGatewayProbeConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
251251
252252
## RELATED LINKS
253253
254-
[Create custom probe for Application Gateway using PowerShell for Azure Resource Manager](https://azure.microsoft.com/en-us/documentation/articles/application-gateway-create-probe-ps/#)
254+
[Create custom probe for Application Gateway using PowerShell for Azure Resource Manager](/azure/application-gateway/application-gateway-create-probe-ps)
255255
256256
[Add-AzApplicationGatewayProbeConfig](./Add-AzApplicationGatewayProbeConfig.md)
257257

src/Network/Network/help/Remove-AzApplicationGatewayProbeConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9191
9292
## RELATED LINKS
9393
94-
[Remove a probe from an existing application gateway](https://azure.microsoft.com/en-us/documentation/articles/application-gateway-create-probe-ps/#remove-a-probe-from-an-existing-application-gateway)
94+
[Remove a probe from an existing application gateway](/azure/application-gateway/application-gateway-create-probe-ps#remove-a-probe-from-an-existing-application-gateway)
9595
9696
[Add-AzApplicationGatewayProbeConfig](./Add-AzApplicationGatewayProbeConfig.md)
9797

src/RedisCache/RedisCache/help/Set-AzRedisCache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ Standard and Premium tiers.
415415
Configures the number of databases.
416416
This property can be configured only at cache creation.
417417
Standard and Premium tiers.
418-
For more information, see Manage Azure Redis Cache with Azure PowerShellhttp://go.microsoft.com/fwlink/?LinkId=800051 (http://go.microsoft.com/fwlink/?LinkId=800051).
418+
For more information, see [Manage Azure Redis Cache with Azure PowerShell](/azure/redis/how-to-manage-redis-cache-powershell).
419419
- preferred-data-archive-auth-method
420420
Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS
421421
- preferred-data-persistence-auth-method

0 commit comments

Comments
 (0)