Skip to content

Commit c154a8d

Browse files
committed
fixed image links
1 parent 6c53863 commit c154a8d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

articles/application-gateway/application-gateway-configure-listener-specific-ssl-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To set up a listener-specific SSL policy, you need to first go to the **SSL sett
7474
7575
7. Select **Add** to save.
7676

77-
![Add listener specific SSL policy to SSL profile](./media/application-gateway-configure-listener-specific-ssl-policy/listener-specific-ssl-policy-ssl-profile.png)
77+
:::image type="content" source="./media/application-gateway-configure-listener-specific-ssl-policy/listener-specific-ssl-policy-ssl-profile.png" alt-text="Screenshot of adding listener-specific SSL policy to SSL profile in Azure portal":::
7878

7979
## Associate the SSL profile with a listener
8080

articles/application-gateway/tutorial-url-redirect-powershell.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ $poolSettings = New-AzApplicationGatewayBackendHttpSettings `
165165

166166
### Create the default listener and rule
167167

168-
A listener is required to enable the application gateway to route traffic appropriately to backend pools. In this tutorial, you create multiple listeners for different routing scenarios. The first basic listener expects traffic at the root URL. The other listeners expect traffic at specific URL paths, such as `http://52.168.55.24:8080/images/` or `http://52.168.55.24:8081/video/`.
168+
A listener is required to enable the application gateway to route traffic appropriately to backend pools. In this tutorial, you create multiple listeners for different routing scenarios. The first basic listener expects traffic at the root URL. The other listeners expect traffic at specific URL paths, such as `http://203.0.113.1:8080/images/` or `http://203.0.113.1:8081/video/`.
169169

170170
Create a listener named *defaultListener* using [New-AzApplicationGatewayHttpListener](/powershell/module/az.network/new-azapplicationgatewayhttplistener) with the frontend configuration and frontend port that you previously created. A rule is required for the listener to know which backend pool to use for incoming traffic. Create a basic rule named *rule1* using [New-AzApplicationGatewayRequestRoutingRule](/powershell/module/az.network/new-azapplicationgatewayrequestroutingrule).
171171

@@ -595,10 +595,10 @@ Although IIS isn't required to create the application gateway, you installed it
595595
```
596596

597597
2. Copy the public IP address, and then paste it into the address bar of your browser. For example:
598-
- `http://52.168.55.24` (base URL)
599-
- `http://52.168.55.24:8080/images/test.htm` (images path)
600-
- `http://52.168.55.24:8080/video/test.htm` (video path)
601-
- `http://52.168.55.24:8081/images/test.htm` (redirection test)
598+
- `http://203.0.113.1` (base URL)
599+
- `http://203.0.113.1:8080/images/test.htm` (images path)
600+
- `http://203.0.113.1:8080/video/test.htm` (video path)
601+
- `http://203.0.113.1:8081/images/test.htm` (redirection test)
602602

603603
![Test base URL in application gateway](./media/tutorial-url-redirect-powershell/application-gateway-iistest.png)
604604

0 commit comments

Comments
 (0)