Skip to content

Commit 0f45f78

Browse files
committed
pr review
1 parent 018dd09 commit 0f45f78

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/firewall/deploy-cli.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: 'Deploy and configure Azure Firewall using Azure CLI'
2+
title: Deploy and configure Azure Firewall using Azure CLI
33
description: In this article, you learn how to deploy and configure Azure Firewall using the Azure CLI.
44
services: firewall
55
author: vhorne
66
ms.service: firewall
7-
ms.date: 6/8/2019
7+
ms.date: 06/11/2019
88
ms.author: victorh
9+
ms.topic: article
910
#Customer intent: As an administrator new to this service, I want to control outbound network access from resources located in an Azure subnet.
1011
---
1112

@@ -245,11 +246,11 @@ Now, test the firewall to confirm that it works as expected.
245246

246247
1. Note the private IP address for the **Srv-Work** virtual machine:
247248

248-
```azureclii-interactive
249-
az vm list-ip-addresses \
249+
```azureclii-interactive
250+
az vm list-ip-addresses \
250251
-g Test-FW-RG \
251252
-n Srv-Work
252-
```
253+
```
253254

254255
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.
255256

0 commit comments

Comments
 (0)