Skip to content

Commit d585ec8

Browse files
authored
Merge pull request #285856 from RussellR-MSFT/patch-4
ANPTA: Fixed alt tags to always start with screenshot of
2 parents 57c41ea + bacb077 commit d585ec8

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

articles/application-gateway/create-ssl-portal.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Sign in to the [Azure portal](https://portal.azure.com).
8181
- **Resource group**: Select **myResourceGroupAG** for the resource group. If it doesn't exist, select **Create new** to create it.
8282
- **Application gateway name**: Enter *myAppGateway* for the name of the application gateway.
8383

84-
![Create new application gateway: Basics](./media/application-gateway-create-gateway-portal/application-gateway-create-basics.png)
84+
![Screenshot of creating a new application gateway basics.](./media/application-gateway-create-gateway-portal/application-gateway-create-basics.png)
8585

8686
2. 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 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.
8787

@@ -97,7 +97,7 @@ Sign in to the [Azure portal](https://portal.azure.com).
9797

9898
Select **OK** to close the **Create virtual network** window and save the virtual network settings.
9999

100-
![Create new application gateway: virtual network](./media/application-gateway-create-gateway-portal/application-gateway-create-vnet.png)
100+
![Screenshot of creating a new application gateway virtual network.](./media/application-gateway-create-gateway-portal/application-gateway-create-vnet.png)
101101

102102
3. On the **Basics** tab, accept the default values for the other settings and then select **Next: Frontends**.
103103

@@ -109,13 +109,13 @@ Sign in to the [Azure portal](https://portal.azure.com).
109109
110110
2. Choose **Add new** for the **Public IP address** and enter *myAGPublicIPAddress* for the public IP address name, and then select **OK**.
111111

112-
![Create new application gateway: frontends](./media/application-gateway-create-gateway-portal/application-gateway-create-frontends.png)
112+
![Screenshot of creating a new application gateway frontends.](./media/application-gateway-create-gateway-portal/application-gateway-create-frontends.png)
113113

114114
3. Select **Next: Backends**.
115115

116116
### Backends tab
117117

118-
The backend pool is used to route requests to the backend servers that serve the request. Backend pools can be composed of NICs, virtual machine scale sets, public IPs, internal IPs, fully qualified domain names (FQDN), and multi-tenant backends like Azure App Service. In this example, you'll create an empty backend pool with your application gateway and then add backend targets to the backend pool.
118+
The backend pool is used to route requests to the backend servers that serve the request. Backend pools can be composed of NICs, virtual machine scale sets, public IPs, internal IPs, fully qualified domain names (FQDN), and multitenant backends like Azure App Service. In this example, you'll create an empty backend pool with your application gateway and then add backend targets to the backend pool.
119119

120120
1. On the **Backends** tab, select **Add a backend pool**.
121121

@@ -126,7 +126,7 @@ The backend pool is used to route requests to the backend servers that serve the
126126

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

129-
![Create new application gateway: backends](./media/application-gateway-create-gateway-portal/application-gateway-create-backends.png)
129+
![Screenshot of create a new application gateway backends.](./media/application-gateway-create-gateway-portal/application-gateway-create-backends.png)
130130

131131
4. On the **Backends** tab, select **Next: Configuration**.
132132

@@ -154,7 +154,7 @@ On the **Configuration** tab, you'll connect the frontend and backend pool you c
154154

155155
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.
156156

157-
![Create new application gateway: listener](./media/create-ssl-portal/application-gateway-create-rule-listener.png)
157+
![Screenshot of create a new application gateway listener.](./media/create-ssl-portal/application-gateway-create-rule-listener.png)
158158

159159
4. On the **Backend targets** tab, select **myBackendPool** for the **Backend target**.
160160

@@ -164,7 +164,7 @@ On the **Configuration** tab, you'll connect the frontend and backend pool you c
164164

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

167-
![Create new application gateway: routing rule](./media/application-gateway-create-gateway-portal/application-gateway-create-rule-backends.png)
167+
![Screenshot of creating a new application gateway routing rule.](./media/application-gateway-create-gateway-portal/application-gateway-create-rule-backends.png)
168168

169169
7. Select **Next: Tags** and then **Next: Review + create**.
170170

@@ -211,7 +211,7 @@ In this example, you install IIS on the virtual machines only to verify Azure cr
211211

212212
1. Open [Azure PowerShell](../cloud-shell/quickstart-powershell.md). To do so, select **Cloud Shell** from the top navigation bar of the Azure portal and then select **PowerShell** from the drop-down list.
213213

214-
![Install custom extension](./media/application-gateway-create-gateway-portal/application-gateway-extension.png)
214+
![Screenshot of installing custom extension.](./media/application-gateway-create-gateway-portal/application-gateway-extension.png)
215215

216216
2. Change the location setting for your environment, and then run the following command to install IIS on the virtual machine:
217217

@@ -243,7 +243,7 @@ In this example, you install IIS on the virtual machines only to verify Azure cr
243243

244244
6. Repeat to add the network interface for **myVM2**.
245245

246-
![Add backend servers](./media/application-gateway-create-gateway-portal/application-gateway-backend.png)
246+
![Screenshot of adding backend servers.](./media/application-gateway-create-gateway-portal/application-gateway-backend.png)
247247

248248
6. Select **Save**.
249249

@@ -253,17 +253,17 @@ In this example, you install IIS on the virtual machines only to verify Azure cr
253253

254254
1. Select **All resources**, and then select **myAGPublicIPAddress**.
255255

256-
![Record application gateway public IP address](./media/create-ssl-portal/application-gateway-ag-address.png)
256+
:::image type="content" source="./media/create-ssl-portal/application-gateway-ag-address.png" alt-text="Screenshot of finding the application gateway public IP address.":::
257257

258-
2. In the address bar of your browser, type *https://\<your application gateway ip address\>*.
258+
3. In the address bar of your browser, type *https://\<your application gateway ip address\>*.
259259

260260
To accept the security warning if you used a self-signed certificate, select **Details** (or **Advanced** on Chrome) and then go on to the webpage:
261261

262-
![Secure warning](./media/create-ssl-portal/application-gateway-secure.png)
262+
![Screenshot of a browser security warning.](./media/create-ssl-portal/application-gateway-secure.png)
263263

264264
Your secured IIS website is then displayed as in the following example:
265265

266-
![Test base URL in application gateway](./media/create-ssl-portal/application-gateway-iistest.png)
266+
![Screenshot of testing the base URL in application gateway.](./media/create-ssl-portal/application-gateway-iistest.png)
267267

268268
## Clean up resources
269269

-83.9 KB
Loading
-387 Bytes
Loading
-520 Bytes
Loading

0 commit comments

Comments
 (0)