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/firewall/deploy-cli.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
1
---
2
-
title: 'Deploy and configure Azure Firewall using Azure CLI'
2
+
title: Deploy and configure Azure Firewall using Azure CLI
3
3
description: In this article, you learn how to deploy and configure Azure Firewall using the Azure CLI.
4
4
services: firewall
5
5
author: vhorne
6
6
ms.service: firewall
7
-
ms.date: 6/8/2019
7
+
ms.date: 06/11/2019
8
8
ms.author: victorh
9
+
ms.topic: article
9
10
#Customer intent: As an administrator new to this service, I want to control outbound network access from resources located in an Azure subnet.
10
11
---
11
12
@@ -245,11 +246,11 @@ Now, test the firewall to confirm that it works as expected.
245
246
246
247
1. Note the private IP address for the **Srv-Work** virtual machine:
247
248
248
-
```azureclii-interactive
249
-
az vm list-ip-addresses \
249
+
```azureclii-interactive
250
+
az vm list-ip-addresses \
250
251
-g Test-FW-RG \
251
252
-n Srv-Work
252
-
```
253
+
```
253
254
254
255
1. Connect a remote desktop to **Srv-Jump** virtual machine, and sign in. From there, open a remote desktop connection to the **Srv-Work** private IP address and sign in.
0 commit comments