Skip to content

Commit 9393530

Browse files
Merge pull request #225435 from greg-lindsay/linkfix
fix link issues
2 parents d9c0bce + 6aa20d5 commit 9393530

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

articles/application-gateway/self-signed-certificates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: application-gateway
66
author: greg-lindsay
77
ms.service: application-gateway
88
ms.topic: how-to
9-
ms.date: 11/28/2022
9+
ms.date: 01/27/2023
1010
ms.author: greglin
1111
ms.custom: devx-track-azurepowershell
1212
---
@@ -161,7 +161,7 @@ The following configuration is an example [NGINX server block](https://nginx.org
161161
![Trusted root certificates](media/self-signed-certificates/trusted-root-cert.png)
162162

163163
> [!NOTE]
164-
> It's assumed that DNS has been configured to point the web server name (in this example, www.fabrikam.com) to your web server's IP address. If not, you can edit the [hosts file](https://answers.microsoft.com/en-us/windows/forum/all/how-to-edit-host-file-in-windows-10/7696f204-2aaf-4111-913b-09d6917f7f3d) to resolve the name.
164+
> It's assumed that DNS has been configured to point the web server name (in this example, `www.fabrikam.com`) to your web server's IP address. If not, you can edit the [hosts file](https://answers.microsoft.com/en-us/windows/forum/all/how-to-edit-host-file-in-windows-10/7696f204-2aaf-4111-913b-09d6917f7f3d) to resolve the name.
165165
1. Browse to your website, and click the lock icon on your browser's address box to verify the site and certificate information.
166166

167167
## Verify the configuration with OpenSSL

articles/application-gateway/tutorial-multiple-sites-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: mvc, devx-track-azurepowershell
1414

1515
# Create an application gateway that hosts multiple web sites using Azure PowerShell
1616

17-
You can use Azure PowerShell to [configure the hosting of multiple web sites](multiple-site-overview.md) when you create an [application gateway](overview.md). In this article, you define backend address pools using virtual machines scale sets. You then configure listeners and rules based on domains that you own to make sure web traffic arrives at the appropriate servers in the pools. This article assumes that you own multiple domains and uses examples of *www.contoso.com* and *www.fabrikam.com*.
17+
You can use Azure PowerShell to [configure the hosting of multiple web sites](multiple-site-overview.md) when you create an [application gateway](overview.md). In this article, you define backend address pools using virtual machines scale sets. You then configure listeners and rules based on domains that you own to make sure web traffic arrives at the appropriate servers in the pools. This article assumes that you own multiple domains and uses examples of `www.contoso.com` and `www.fabrikam.com`.
1818

1919
In this article, you learn how to:
2020

articles/traffic-manager/traffic-manager-performance-considerations.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: traffic-manager
88
ms.topic: article
99
ms.tgt_pltfrm: na
1010
ms.workload: infrastructure-services
11-
ms.date: 03/16/2017
11+
ms.date: 01/27/2023
1212
ms.author: greglin
1313
---
1414

@@ -46,12 +46,6 @@ The tools on these sites measure DNS latencies and display the resolved IP addre
4646

4747
![pulse2](./media/traffic-manager-performance-considerations/traffic-manager-web-site-pulse2.png)
4848

49-
* [CA App Synthetic Monitor](https://asm.ca.com/en/checkit.php)
50-
51-
Formerly known as the Watch-mouse Check Website tool, this site show you the DNS resolution time from multiple geographic regions simultaneously. Enter the URL to see DNS resolution time, connection time, and speed from several geographic locations. Use this test to see which hosted service is returned for different locations around the world.
52-
53-
![pulse1](./media/traffic-manager-performance-considerations/traffic-manager-web-site-watchmouse.png)
54-
5549
* [Pingdom](https://tools.pingdom.com/)
5650

5751
This tool provides performance statistics for each element of a web page. The Page Analysis tab shows the percentage of time spent on DNS lookup.

0 commit comments

Comments
 (0)