Skip to content

Commit e05ab4b

Browse files
authored
Merge pull request MicrosoftDocs#56768 from vhorne/ag-ssl
Update for GH issue 17957
2 parents 6b57e2a + 76aeef5 commit e05ab4b

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

articles/application-gateway/tutorial-ssl-cli.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -150,16 +150,18 @@ az vmss extension set \
150150

151151
## Test the application gateway
152152

153-
To get the public IP address of the application gateway, you can use [az network public-ip show](/cli/azure/network/public-ip#az-network_public_ip_show). Copy the public IP address, and then paste it into the address bar of your browser.
153+
To get the public IP address of the application gateway, you can use [az network public-ip show](/cli/azure/network/public-ip#az-network_public_ip_show).
154154

155-
```azurepowershell-interactive
155+
```azurecli-interactive
156156
az network public-ip show \
157157
--resource-group myResourceGroupAG \
158158
--name myAGPublicIPAddress \
159159
--query [ipAddress] \
160160
--output tsv
161161
```
162162

163+
Copy the public IP address, and then paste it into the address bar of your browser. For this example, the URL is: **https://52.170.203.149**.
164+
163165
![Secure warning](./media/tutorial-ssl-cli/application-gateway-secure.png)
164166

165167
To accept the security warning if you used a self-signed certificate, select **Details** and then **Go on to the webpage**. Your secured NGINX site is then displayed as in the following example:
@@ -176,13 +178,5 @@ az group delete --name myResourceGroupAG --location eastus
176178

177179
## Next steps
178180

179-
In this tutorial, you learned how to:
180-
181-
> [!div class="checklist"]
182-
> * Create a self-signed certificate
183-
> * Set up a network
184-
> * Create an application gateway with the certificate
185-
> * Create a virtual machine scale set with the default backend pool
186-
187181
> [!div class="nextstepaction"]
188182
> [Create an application gateway that hosts multiple web sites](./tutorial-multiple-sites-cli.md)

0 commit comments

Comments
 (0)