Skip to content

Commit de4e6f9

Browse files
authored
Merge pull request #3572 from MicrosoftDocs/main
5/7/2025 PM Publish
2 parents 2187ea2 + 0a6557c commit de4e6f9

File tree

54 files changed

+78
-68
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+78
-68
lines changed

azps-0.10.0/Az.Network/Add-AzApplicationGatewayProbeConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Parameter 'ApplicationGateway' accepts value of type 'PSApplicationGateway' from
246246
247247
## RELATED LINKS
248248
249-
[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)
249+
[Add a probe to an existing application gateway](/azure/application-gateway/application-gateway-create-probe-ps#add-a-probe-to-an-existing-application-gateway)
250250
251251
[Get-AzApplicationGatewayProbeConfig]()
252252

azps-0.10.0/Az.Network/Get-AzApplicationGatewayProbeConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Parameter 'ApplicationGateway' accepts value of type 'PSApplicationGateway' from
9696

9797
## RELATED LINKS
9898

99-
[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)
99+
[Add a probe to an existing application gateway](/azure/application-gateway/application-gateway-create-probe-ps#add-a-probe-to-an-existing-application-gateway)
100100

101101
[Add-AzApplicationGatewayProbeConfig]()
102102

azps-0.10.0/Az.Network/New-AzApplicationGatewayProbeConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
225225
226226
## RELATED LINKS
227227
228-
[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/#)
228+
[Create custom probe for Application Gateway using PowerShell for Azure Resource Manager](/azure/application-gateway/application-gateway-create-probe-ps)
229229
230230
[Add-AzApplicationGatewayProbeConfig]()
231231

azps-0.10.0/Az.Network/Remove-AzApplicationGatewayProbeConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Parameter 'ApplicationGateway' accepts value of type 'PSApplicationGateway' from
9494
9595
## RELATED LINKS
9696
97-
[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)
97+
[Remove a probe from an existing application gateway](/azure/application-gateway/application-gateway-create-probe-ps#remove-a-probe-from-an-existing-application-gateway)
9898
9999
[Add-AzApplicationGatewayProbeConfig]()
100100

azps-12.5.0/Az.Compute/Add-AzVMSecret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add-AzVMSecret [-VM] <PSVirtualMachine> [[-SourceVaultId] <String>] [[-Certifica
2626
The **Add-AzVMSecret** cmdlet adds a secret to a virtual machine.
2727
This value lets you add a certificate to the virtual machine.
2828
The secret must be stored in a Key Vault.
29-
For more information about Key Vault, see [What is Azure Key Vault?](https://azure.microsoft.com/documentation/articles/key-vault-whatis/).
29+
For more information about Key Vault, see [What is Azure Key Vault?](/azure/key-vault/general/basic-concepts).
3030
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.
3131

3232
> [!NOTE]

azps-12.5.0/Az.Network/Add-AzApplicationGatewayProbeConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
260260
261261
## RELATED LINKS
262262
263-
[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)
263+
[Add a probe to an existing application gateway](/azure/application-gateway/application-gateway-create-probe-ps#add-a-probe-to-an-existing-application-gateway)
264264
265265
[Get-AzApplicationGatewayProbeConfig](./Get-AzApplicationGatewayProbeConfig.md)
266266

azps-12.5.0/Az.Network/Get-AzApplicationGatewayProbeConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9393
9494
## RELATED LINKS
9595
96-
[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)
96+
[Add a probe to an existing application gateway](/azure/application-gateway/application-gateway-create-probe-ps#add-a-probe-to-an-existing-application-gateway)
9797
9898
[Add-AzApplicationGatewayProbeConfig](./Add-AzApplicationGatewayProbeConfig.md)
9999

azps-12.5.0/Az.Network/New-AzApplicationGatewayProbeConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
253253
254254
## RELATED LINKS
255255
256-
[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/#)
256+
[Create custom probe for Application Gateway using PowerShell for Azure Resource Manager](/azure/application-gateway/application-gateway-create-probe-ps)
257257
258258
[Add-AzApplicationGatewayProbeConfig](./Add-AzApplicationGatewayProbeConfig.md)
259259

azps-12.5.0/Az.Network/Remove-AzApplicationGatewayProbeConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9393
9494
## RELATED LINKS
9595
96-
[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)
96+
[Remove a probe from an existing application gateway](/azure/application-gateway/application-gateway-create-probe-ps#remove-a-probe-from-an-existing-application-gateway)
9797
9898
[Add-AzApplicationGatewayProbeConfig](./Add-AzApplicationGatewayProbeConfig.md)
9999

azps-13.3.0/Az.Compute/Add-AzVMSecret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add-AzVMSecret [-VM] <PSVirtualMachine> [[-SourceVaultId] <String>] [[-Certifica
2626
The **Add-AzVMSecret** cmdlet adds a secret to a virtual machine.
2727
This value lets you add a certificate to the virtual machine.
2828
The secret must be stored in a Key Vault.
29-
For more information about Key Vault, see [What is Azure Key Vault?](https://azure.microsoft.com/documentation/articles/key-vault-whatis/).
29+
For more information about Key Vault, see [What is Azure Key Vault?](/azure/key-vault/general/basic-concepts).
3030
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.
3131

3232
> [!NOTE]

0 commit comments

Comments
 (0)