Skip to content

Commit aa21a50

Browse files
authored
Update Azure application gateway exercise instructions
Added a diagram and rephrased instructions for clarity.
1 parent bc99f89 commit aa21a50

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Instructions/Exercises/M05-Unit 4 Deploy Azure application gateway.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,19 @@ Exercise:
1717

1818
In this exercise, you use the Azure portal to create an application gateway. Then you test it to make sure it works correctly.
1919

20-
![Diagram of application gateway architecture.](../media/4-exercise-deploy-azure-application-gateway.png)
21-
22-
## Estimated time: 25 minutes
23-
2420
The application gateway directs application web traffic to specific resources in a backend pool. You assign listeners to ports, create rules, and add resources to a backend pool. For the sake of simplicity, this article uses a simple setup with a public front-end IP, a basic listener to host a single site on the application gateway, a basic request routing rule, and two virtual machines in the backend pool.
2521

2622
For Azure to communicate between the resources that you create, it needs a virtual network. You can either create a new virtual network or use an existing one. In this example, you'll create a new virtual network while you create the application gateway. Application Gateway instances are created in separate subnets. You create two subnets in this example: one for the application gateway, and another for the backend servers.
2723

24+
25+
![Diagram of application gateway architecture.](../media/4-exercise-deploy-azure-application-gateway.png)
26+
27+
28+
## Estimated time: 25 minutes
29+
2830
## Job skills
2931

30-
In this exercise, you will:
32+
In this exercise, you:
3133

3234
+ Task 1: Create an application gateway
3335
+ Task 2: Create virtual machines

0 commit comments

Comments
 (0)