Skip to content

Commit 3807300

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#45461
Add redirection steps are outdated. Fixed with the new UI config
1 parent 3f16303 commit 3807300

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/application-gateway/redirect-http-to-https-portal.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,15 @@ First, add the listener named *myListener* for port 80.
114114

115115
### Add a routing rule with a redirection configuration
116116

117-
1. On **myAppGateway**, select **Rules** and then select **+Basic**.
118-
2. For the **Name**, type *Rule2*.
117+
1. On **myAppGateway**, select **Rules** and then select **+Request routing rule**.
118+
2. For the **Rule name**, type *Rule2*.
119119
3. Ensure **MyListener** is selected for the listener.
120-
4. Select the **Configure redirection** check box.
120+
4. Click on **Backend targets** tab and select **Target type** as *Redirection*.
121121
5. For **Redirection type**, select **Permanent**.
122122
6. For **Redirection target**, select **Listener**.
123123
7. Ensure the **Target listener** is set to **appGatewayHttpListener**.
124-
8. Select the **Include query string** and **Include path** check boxes.
125-
9. Select **OK**.
124+
8. For the **Include query string** and **Include path** select *Yes*.
125+
9. Select **Add**.
126126

127127
## Create a virtual machine scale set
128128

0 commit comments

Comments
 (0)