You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/application-gateway/tutorial-ssl-cli.md
+4-10Lines changed: 4 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -150,16 +150,18 @@ az vmss extension set \
150
150
151
151
## Test the application gateway
152
152
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).
154
154
155
-
```azurepowershell-interactive
155
+
```azurecli-interactive
156
156
az network public-ip show \
157
157
--resource-group myResourceGroupAG \
158
158
--name myAGPublicIPAddress \
159
159
--query [ipAddress] \
160
160
--output tsv
161
161
```
162
162
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**.
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
176
178
177
179
## Next steps
178
180
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
-
187
181
> [!div class="nextstepaction"]
188
182
> [Create an application gateway that hosts multiple web sites](./tutorial-multiple-sites-cli.md)
0 commit comments