From 0c32ed59b317ad4a3ea531260e75bfef338400a9 Mon Sep 17 00:00:00 2001 From: "Mike F. Robbins" Date: Fri, 25 Aug 2023 14:01:31 -0500 Subject: [PATCH] Fixed broken links in azps content (#2688) --- azps-0.10.0/Az.Websites/New-AzWebAppBackup.md | 2 +- azps-0.10.0/Az.Websites/Restore-AzWebAppBackup.md | 2 +- azps-10.1.0/Az.Websites/New-AzWebAppBackup.md | 2 +- azps-10.1.0/Az.Websites/Restore-AzWebAppBackup.md | 2 +- azps-10.2.0/Az.Websites/New-AzWebAppBackup.md | 2 +- azps-10.2.0/Az.Websites/Restore-AzWebAppBackup.md | 2 +- azps-9.7.1/Az.Websites/New-AzWebAppBackup.md | 2 +- azps-9.7.1/Az.Websites/Restore-AzWebAppBackup.md | 2 +- azurermps-6.13.0/AzureRM.Websites/New-AzureRmWebAppBackup.md | 2 +- .../AzureRM.Websites/Restore-AzureRmWebAppBackup.md | 2 +- azuresmps-4.0.0/Azure/Set-AzureTrafficManagerEndpoint.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/azps-0.10.0/Az.Websites/New-AzWebAppBackup.md b/azps-0.10.0/Az.Websites/New-AzWebAppBackup.md index a3c8003471..583d035575 100644 --- a/azps-0.10.0/Az.Websites/New-AzWebAppBackup.md +++ b/azps-0.10.0/Az.Websites/New-AzWebAppBackup.md @@ -37,7 +37,7 @@ The **New-AzWebAppBackup** cmdlet creates an Azure Web App Backup. PS C:\> New-AzWebAppBackup -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StorageAccountUrl "https://storageaccount.file.core.windows.net" ``` -Creates a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in https://storageaccount.file.core.windows.net +Creates a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in `https://storageaccount.file.core.windows.net` ## PARAMETERS diff --git a/azps-0.10.0/Az.Websites/Restore-AzWebAppBackup.md b/azps-0.10.0/Az.Websites/Restore-AzWebAppBackup.md index 6c9e754d5b..e3c4802a21 100644 --- a/azps-0.10.0/Az.Websites/Restore-AzWebAppBackup.md +++ b/azps-0.10.0/Az.Websites/Restore-AzWebAppBackup.md @@ -39,7 +39,7 @@ The **Restore-AzWebAppBackup** cmdlet restores an Azure Web App Backup. PS C:\> Restore-AzWebAppBackup -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StorageAccountUrl "https://storageaccount.file.core.windows.net" -BlobName "myBlob" ``` -Restores a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in blob "myBlob" located at https://storageaccount.file.core.windows.net +Restores a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in blob "myBlob" located at `https://storageaccount.file.core.windows.net` ## PARAMETERS diff --git a/azps-10.1.0/Az.Websites/New-AzWebAppBackup.md b/azps-10.1.0/Az.Websites/New-AzWebAppBackup.md index 7709dd2ef9..6109a3a2aa 100644 --- a/azps-10.1.0/Az.Websites/New-AzWebAppBackup.md +++ b/azps-10.1.0/Az.Websites/New-AzWebAppBackup.md @@ -38,7 +38,7 @@ The **New-AzWebAppBackup** cmdlet creates an Azure Web App Backup. New-AzWebAppBackup -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StorageAccountUrl "https://storageaccount.file.core.windows.net" ``` -Creates a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in https://storageaccount.file.core.windows.net +Creates a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in `https://storageaccount.file.core.windows.net` ### Example 2 diff --git a/azps-10.1.0/Az.Websites/Restore-AzWebAppBackup.md b/azps-10.1.0/Az.Websites/Restore-AzWebAppBackup.md index 06eae91e80..7e59bbe624 100644 --- a/azps-10.1.0/Az.Websites/Restore-AzWebAppBackup.md +++ b/azps-10.1.0/Az.Websites/Restore-AzWebAppBackup.md @@ -40,7 +40,7 @@ The **Restore-AzWebAppBackup** cmdlet restores an Azure Web App Backup. Restore-AzWebAppBackup -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StorageAccountUrl "https://storageaccount.file.core.windows.net" -BlobName "myBlob" ``` -Restores a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in blob "myBlob" located at https://storageaccount.file.core.windows.net +Restores a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in blob "myBlob" located at `https://storageaccount.file.core.windows.net` ### Example 2 diff --git a/azps-10.2.0/Az.Websites/New-AzWebAppBackup.md b/azps-10.2.0/Az.Websites/New-AzWebAppBackup.md index 7709dd2ef9..6109a3a2aa 100644 --- a/azps-10.2.0/Az.Websites/New-AzWebAppBackup.md +++ b/azps-10.2.0/Az.Websites/New-AzWebAppBackup.md @@ -38,7 +38,7 @@ The **New-AzWebAppBackup** cmdlet creates an Azure Web App Backup. New-AzWebAppBackup -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StorageAccountUrl "https://storageaccount.file.core.windows.net" ``` -Creates a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in https://storageaccount.file.core.windows.net +Creates a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in `https://storageaccount.file.core.windows.net` ### Example 2 diff --git a/azps-10.2.0/Az.Websites/Restore-AzWebAppBackup.md b/azps-10.2.0/Az.Websites/Restore-AzWebAppBackup.md index 06eae91e80..7e59bbe624 100644 --- a/azps-10.2.0/Az.Websites/Restore-AzWebAppBackup.md +++ b/azps-10.2.0/Az.Websites/Restore-AzWebAppBackup.md @@ -40,7 +40,7 @@ The **Restore-AzWebAppBackup** cmdlet restores an Azure Web App Backup. Restore-AzWebAppBackup -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StorageAccountUrl "https://storageaccount.file.core.windows.net" -BlobName "myBlob" ``` -Restores a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in blob "myBlob" located at https://storageaccount.file.core.windows.net +Restores a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in blob "myBlob" located at `https://storageaccount.file.core.windows.net` ### Example 2 diff --git a/azps-9.7.1/Az.Websites/New-AzWebAppBackup.md b/azps-9.7.1/Az.Websites/New-AzWebAppBackup.md index 7709dd2ef9..6109a3a2aa 100644 --- a/azps-9.7.1/Az.Websites/New-AzWebAppBackup.md +++ b/azps-9.7.1/Az.Websites/New-AzWebAppBackup.md @@ -38,7 +38,7 @@ The **New-AzWebAppBackup** cmdlet creates an Azure Web App Backup. New-AzWebAppBackup -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StorageAccountUrl "https://storageaccount.file.core.windows.net" ``` -Creates a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in https://storageaccount.file.core.windows.net +Creates a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in `https://storageaccount.file.core.windows.net` ### Example 2 diff --git a/azps-9.7.1/Az.Websites/Restore-AzWebAppBackup.md b/azps-9.7.1/Az.Websites/Restore-AzWebAppBackup.md index 06eae91e80..7e59bbe624 100644 --- a/azps-9.7.1/Az.Websites/Restore-AzWebAppBackup.md +++ b/azps-9.7.1/Az.Websites/Restore-AzWebAppBackup.md @@ -40,7 +40,7 @@ The **Restore-AzWebAppBackup** cmdlet restores an Azure Web App Backup. Restore-AzWebAppBackup -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StorageAccountUrl "https://storageaccount.file.core.windows.net" -BlobName "myBlob" ``` -Restores a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in blob "myBlob" located at https://storageaccount.file.core.windows.net +Restores a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in blob "myBlob" located at `https://storageaccount.file.core.windows.net` ### Example 2 diff --git a/azurermps-6.13.0/AzureRM.Websites/New-AzureRmWebAppBackup.md b/azurermps-6.13.0/AzureRM.Websites/New-AzureRmWebAppBackup.md index cd43741b8b..ef221d712e 100644 --- a/azurermps-6.13.0/AzureRM.Websites/New-AzureRmWebAppBackup.md +++ b/azurermps-6.13.0/AzureRM.Websites/New-AzureRmWebAppBackup.md @@ -39,7 +39,7 @@ The **New-AzureRmWebAppBackup** cmdlet creates an Azure Web App Backup. PS C:\> New-AzureRmWebAppBackup -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StorageAccountUrl "https://storageaccount.file.core.windows.net" ``` -Creates a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in https://storageaccount.file.core.windows.net +Creates a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in `https://storageaccount.file.core.windows.net` ## PARAMETERS diff --git a/azurermps-6.13.0/AzureRM.Websites/Restore-AzureRmWebAppBackup.md b/azurermps-6.13.0/AzureRM.Websites/Restore-AzureRmWebAppBackup.md index d44e495a18..94beff48e8 100644 --- a/azurermps-6.13.0/AzureRM.Websites/Restore-AzureRmWebAppBackup.md +++ b/azurermps-6.13.0/AzureRM.Websites/Restore-AzureRmWebAppBackup.md @@ -41,7 +41,7 @@ The **Restore-AzureRmWebAppBackup** cmdlet restores an Azure Web App Backup. PS C:\> Restore-AzureRmWebAppBackup -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -StorageAccountUrl "https://storageaccount.file.core.windows.net" -BlobName "myBlob" ``` -Restores a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in blob "myBlob" located at https://storageaccount.file.core.windows.net +Restores a backup of the specified app ContosoWebApp that is within resource group Default-Web-WestUS in blob "myBlob" located at `https://storageaccount.file.core.windows.net` ## PARAMETERS diff --git a/azuresmps-4.0.0/Azure/Set-AzureTrafficManagerEndpoint.md b/azuresmps-4.0.0/Azure/Set-AzureTrafficManagerEndpoint.md index 73967146fe..50eb27e616 100644 --- a/azuresmps-4.0.0/Azure/Set-AzureTrafficManagerEndpoint.md +++ b/azuresmps-4.0.0/Azure/Set-AzureTrafficManagerEndpoint.md @@ -63,7 +63,7 @@ Specifies the location of the endpoint the cmdlet adds. This must be an Azure location. This parameter must contain a value for endpoints of the type "Any" or of type "TrafficManager" in a profile that has the load balancing method set to "Performance". -The possible values are the Azure region names, as listed at https://azure.microsoft.com/regions/https://azure.microsoft.com/regions/. +The possible values are the Azure region names, as listed at `https://azure.microsoft.com/regions/https://azure.microsoft.com/regions/`. ```yaml Type: String