Skip to content

Commit 91662e2

Browse files
committed
pre-review: fix alt text
1 parent 3ea89f1 commit 91662e2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/application-gateway/deploy-basic-portal.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to deploy Application Gateway Basic.
55
services: application-gateway
66
author: greg-lindsay
77
ms.topic: how-to
8-
ms.date: 02/14/2024
8+
ms.date: 05/06/2024
99
ms.author: greglin
1010
ms.service: application-gateway
1111
ms.custom: mvc, mode-ui
@@ -61,7 +61,7 @@ You create the application gateway using the tabs on the **Create application ga
6161
- **Tier**: Select **Basic**.
6262
- **HTTP2** and **IP address type**: Use default settings.
6363

64-
![Create new application gateway: Basics tab.](./media/deploy-basic-portal/application-gateway-create-basics.png)
64+
![A screenshot of creating a new application gateway: Basics tab.](./media/deploy-basic-portal/application-gateway-create-basics.png)
6565

6666
2. For Azure to communicate between the resources that you create, a virtual network is needed. You can either create a new virtual network or use an existing one. In this example, you create a new virtual network at the same time that 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.
6767

@@ -85,7 +85,7 @@ You create the application gateway using the tabs on the **Create application ga
8585
8686
2. Select **Add new** for the **Public IP address** and enter *myAGPublicIPAddress* for the public IP address name, and then select **OK**.
8787

88-
![Create new application gateway: frontends](./media/application-gateway-create-gateway-portal/application-gateway-create-frontends.png)
88+
![A screenshot of creating new application gateway frontends.](./media/application-gateway-create-gateway-portal/application-gateway-create-frontends.png)
8989

9090
> [!NOTE]
9191
> Application Gateway frontend now supports dual-stack IP addresses (Public Preview). You can now create up to four frontend IP addresses: Two IPv4 addresses (public and private) and two IPv6 addresses (public and private).
@@ -106,7 +106,7 @@ The backend pool is used to route requests to the backend servers that serve the
106106

107107
3. In the **Add a backend pool** window, select **Add** to save the backend pool configuration and return to the **Backends** tab.
108108

109-
[ ![Create a new application gateway: backends tab.](./media/application-gateway-create-gateway-portal/application-gateway-create-backends.png) ](./media/application-gateway-create-gateway-portal/application-gateway-create-backends.png#lightbox)
109+
[ ![A screenshot of creating a new application gateway: backends tab.](./media/application-gateway-create-gateway-portal/application-gateway-create-backends.png) ](./media/application-gateway-create-gateway-portal/application-gateway-create-backends.png#lightbox)
110110

111111
4. On the **Backends** tab, select **Next: Configuration**.
112112

@@ -128,17 +128,17 @@ On the **Configuration** tab, you connect the frontend and backend pool you crea
128128

129129
Accept the default values for the other settings on the **Listener** tab, then select the **Backend targets** tab to configure the rest of the routing rule.
130130

131-
[ ![Create a new application gateway: listener tab.](./media/application-gateway-create-gateway-portal/application-gateway-create-rule-listener.png) ](./media/application-gateway-create-gateway-portal/application-gateway-create-rule-listener.png#lightbox)
131+
[ ![A screenshot of creating a new application gateway: listener tab.](./media/application-gateway-create-gateway-portal/application-gateway-create-rule-listener.png) ](./media/application-gateway-create-gateway-portal/application-gateway-create-rule-listener.png#lightbox)
132132

133133
4. On the **Backend targets** tab, select **myBackendPool** for the **Backend target**.
134134

135135
5. For the **Backend setting**, select **Add new** to add a new Backend setting. The Backend setting determines the behavior of the routing rule. In the **Add Backend setting** window that opens, enter *myBackendSetting* for the **Backend settings name** and *80* for the **Backend port**. Accept the default values for the other settings in the **Add Backend setting** window, then select **Add** to return to the **Add a routing rule** window.
136136

137-
[ ![Create a new application gateway: HTTP setting.](./media/application-gateway-create-gateway-portal/application-gateway-create-backendsetting.png) ](./media/application-gateway-create-gateway-portal/application-gateway-create-backendsetting.png#lightbox)
137+
[ ![A screenshot of creating a new application gateway HTTP setting.](./media/application-gateway-create-gateway-portal/application-gateway-create-backendsetting.png) ](./media/application-gateway-create-gateway-portal/application-gateway-create-backendsetting.png#lightbox)
138138

139139
6. On the **Add a routing rule** window, select **Add** to save the routing rule and return to the **Configuration** tab.
140140

141-
[ ![Create a new application gateway: routing rule.](./media/application-gateway-create-gateway-portal/application-gateway-create-rule-backends.png) ](./media/application-gateway-create-gateway-portal/application-gateway-create-backends.png#lightbox)
141+
[ ![A screenshot of creating a new application gateway routing rule.](./media/application-gateway-create-gateway-portal/application-gateway-create-rule-backends.png) ](./media/application-gateway-create-gateway-portal/application-gateway-create-backends.png#lightbox)
142142

143143
7. Select **Next: Tags** and then **Next: Review + create**.
144144

@@ -183,7 +183,7 @@ In this example, you install IIS on the virtual machines to verify Azure created
183183

184184
Select **Cloud Shell** from the top navigation bar of the Azure portal and then select **PowerShell** from the drop-down list.
185185

186-
![Install custom extension](./media/application-gateway-create-gateway-portal/application-gateway-extension.png)
186+
![A screenshot showing installation of a custom extension.](./media/application-gateway-create-gateway-portal/application-gateway-extension.png)
187187

188188
2. Run the following command to install IIS on the virtual machine. Change the *Location* parameter if necessary:
189189

@@ -210,7 +210,7 @@ In this example, you install IIS on the virtual machines to verify Azure created
210210
5. Under **Target**, select the **myVM** and **myVM2** virtual machines and their associated network interfaces from the drop-down lists.
211211
212212
> [!div class="mx-imgBorder"]
213-
> ![Add backend servers](./media/application-gateway-create-gateway-portal/application-gateway-backend.png)
213+
> ![A screenshot of adding backend servers.](./media/application-gateway-create-gateway-portal/application-gateway-backend.png)
214214
215215
6. Select **Save**.
216216
7. Wait for the deployment to complete before proceeding to the next step.
@@ -221,11 +221,11 @@ Although IIS isn't required to create the application gateway, you installed it
221221
222222
Use IIS to test the application gateway:
223223
224-
1. Find the public IP address for the application gateway on its **Overview** page.![Record application gateway public IP address](./media/application-gateway-create-gateway-portal/application-gateway-record-ag-address.png) Or, you can select **All resources**, enter *myAGPublicIPAddress* in the search box, and then select it in the search results. Azure displays the public IP address on the **Overview** page.
224+
1. Find the public IP address for the application gateway on its **Overview** page. ![A screenshot of recording application gateway's public IP address.](./media/application-gateway-create-gateway-portal/application-gateway-record-ag-address.png) Or, you can select **All resources**, enter *myAGPublicIPAddress* in the search box, and then select it in the search results. Azure displays the public IP address on the **Overview** page.
225225
2. Copy the public IP address, and then paste it into the address bar of your browser to browse that IP address.
226226
3. Check the response. A valid response verifies that the application gateway was successfully created and can successfully connect with the backend.
227227
228-
![Test application gateway](./media/application-gateway-create-gateway-portal/application-gateway-iistest.png)
228+
![A screenshow displaying a successful test of the application gateway.](./media/application-gateway-create-gateway-portal/application-gateway-iistest.png)
229229
230230
Refresh the browser multiple times and you should see connections to both myVM and myVM2.
231231

0 commit comments

Comments
 (0)