Skip to content

Commit 19b453a

Browse files
authored
Merge pull request #286322 from MicrosoftDocs/main
9/6/2024 PM Publish
2 parents 4f9e84b + 244c6bb commit 19b453a

File tree

147 files changed

+1053
-877
lines changed

Some content is hidden

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

147 files changed

+1053
-877
lines changed

.openpublishing.redirection.education.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"source_path_from_root": "/articles/education-hub/custom-tenant-set-up-classroom.md",
55
"redirect_url": "/articles/education-hub/about-education-hub.md",
66
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/education-hub/it-admin-allocate-credit.md",
10+
"redirect_url": "/articles/education-hub/about-education-hub.md",
11+
"redirect_document_id": false
712
}
813
]
914
}

articles/application-gateway/create-url-route-portal.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ In this example, you create three virtual machines to be used as backend servers
7373

7474
1. Open the interactive shell and make sure that it's set to **PowerShell**.
7575

76-
![Install custom extension](./media/application-gateway-create-url-route-portal/application-gateway-extension.png)
76+
![Screenshot of install custom extension](./media/application-gateway-create-url-route-portal/application-gateway-extension.png)
7777

7878
2. Run the following command to install IIS on the virtual machine:
7979

@@ -188,23 +188,23 @@ Review the settings on the **Review + create** tab, and then select **Create** t
188188
189189
1. Select **All resources**, and then select **myAppGateway**.
190190
191-
![Record application gateway public IP address](./media/application-gateway-create-url-route-portal/application-gateway-record-ag-address.png)
191+
![Screenshot of record application gateway public IP address.](./media/application-gateway-create-url-route-portal/application-gateway-record-ag-address.png)
192192
193193
2. Copy the public IP address, and then paste it into the address bar of your browser. Such as, http:\//203.0.113.10:8080.
194194
195-
![Test base URL in application gateway](./media/application-gateway-create-url-route-portal/application-gateway-iistest.png)
195+
![Screenshot of test base URL in application gateway.](./media/application-gateway-create-url-route-portal/application-gateway-iistest.png)
196196
197197
The listener on port 8080 routes this request to the default backend pool.
198198
199199
3. Change the URL to *http://<ip-address>:8080/images/test.htm*, replacing <ip-address> with the public IP address of **myAppGateway**, and you should see something like the following example:
200200
201-
![Test images URL in application gateway](./media/application-gateway-create-url-route-portal/application-gateway-iistest-images.png)
201+
![Screenshow of test images URL in application gateway](./media/application-gateway-create-url-route-portal/application-gateway-iistest-images.png)
202202
203203
The listener on port 8080 routes this request to the *Images* backend pool.
204204
205205
4. Change the URL to *http://<ip-address>:8080/video/test.htm*, replacing <ip-address> with the public IP address of **myAppGateway**, and you should see something like the following example:
206206
207-
![Test video URL in application gateway](./media/application-gateway-create-url-route-portal/application-gateway-iistest-video.png)
207+
![Screenshot of test video URL in application gateway.](./media/application-gateway-create-url-route-portal/application-gateway-iistest-video.png)
208208
209209
The listener on port 8080 routes this request to the *Video* backend pool.
210210
Loading
Loading
17.8 KB
Loading

articles/application-gateway/rewrite-http-headers-url.md

Lines changed: 43 additions & 41 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)