Skip to content

Commit 7fb860f

Browse files
committed
tweaks
1 parent 87c5ebf commit 7fb860f

6 files changed

+20
-24
lines changed

articles/network-watcher/network-watcher-nsg-flow-logging-azure-resource-manager.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Network Watcher - Create NSG flow logs using an Azure Resource Manager template
3-
description: Use an Azure Resource Manager template and PowerShell to easily set up NSG Flow Logs.
2+
title: Manage NSG flow logs - ARM
3+
titleSuffix: Azure Network Watcher
4+
description: Learn how to manage network security group flow logs in Azure Network Watcher an Azure Resource Manager template.
45
services: network-watcher
56
author: halkazwini
6-
tags: azure-resource-manager
77
ms.service: network-watcher
88
ms.topic: how-to
99
ms.workload: infrastructure-services
@@ -12,7 +12,7 @@ ms.author: halkazwini
1212
ms.custom: fasttrack-edit, engagement-fy23
1313
---
1414

15-
# Configure NSG Flow Logs from an Azure Resource Manager template
15+
# Manage network security group flow logs using an Azure Resource Manager template
1616

1717
> [!div class="op_single_selector"]
1818
> - [Azure portal](network-watcher-nsg-flow-logging-portal.md)
@@ -63,7 +63,7 @@ For a complete overview of the properties, you may read the [NSG Flow Logs templ
6363
To create a Microsoft.Network/networkWatchers/flowLogs resource, add the above JSON to the resources section of your template.
6464

6565

66-
## Creating your template
66+
## Create your template
6767

6868
If you are using Azure Resource Manager templates for the first time, you can learn more about them using the links below.
6969

@@ -143,7 +143,7 @@ Below are two examples of complete templates to set up NSG Flow Logs.
143143
}
144144
```
145145

146-
## Deploying your Azure Resource Manager template
146+
## Deploy your Azure Resource Manager template
147147

148148
This tutorial assumes you have an existing Resource group and an NSG you can enable Flow logging on.
149149
You can save any of the above example templates locally as `azuredeploy.json`. Update the property values so that they point to valid resources in your subscription.
@@ -160,11 +160,11 @@ New-AzResourceGroupDeployment -Name EnableFlowLog -ResourceGroupName NetworkWatc
160160
> The above commands are deploying a resource to the NetworkWatcherRG resource group and not the resource group containing the NSG
161161
162162

163-
## Verifying your deployment
163+
## Verify your deployment
164164

165165
There are a couple of ways to check if your deployment has Succeeded. Your PowerShell console should show "ProvisioningState" as "Succeeded". Additionally, you can visit the [NSG Flow Logs portal page](https://portal.azure.com/#blade/Microsoft_Azure_Network/NetworkWatcherMenuBlade/flowLogs) to confirm your changes. If there were issues with the deployment, take a look at [Troubleshoot common Azure deployment errors with Azure Resource Manager](../azure-resource-manager/templates/common-deployment-errors.md).
166166

167-
## Deleting your resource
167+
## Delete your resource
168168
Azure enables resource deletion through the "Complete" deployment mode. To delete a Flow Logs resource, specify a deployment in Complete mode without including the resource you wish to delete. Read more about the [Complete deployment mode](../azure-resource-manager/templates/deployment-modes.md#complete-mode)
169169

170170
## Next steps

articles/network-watcher/network-watcher-nsg-flow-logging-cli.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Manage NSG Flow logs - Azure CLI
2+
title: Manage NSG flow logs - Azure CLI
33
titleSuffix: Azure Network Watcher
4-
description: This page explains how to manage Network Security Group Flow logs in Azure Network Watcher with Azure CLI
4+
description: Learn how to manage network security group flow logs in Azure Network Watcher using the Azure CLI.
55
services: network-watcher
66
author: halkazwini
77
ms.service: network-watcher
@@ -12,8 +12,7 @@ ms.author: halkazwini
1212
ms.custom: engagement-fy23
1313
---
1414

15-
16-
# Configuring Network Security Group Flow logs with Azure CLI
15+
# Manage network security group flow logs using the Azure CLI
1716

1817
> [!div class="op_single_selector"]
1918
> - [Azure portal](network-watcher-nsg-flow-logging-portal.md)

articles/network-watcher/network-watcher-nsg-flow-logging-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Manage NSG flow logs - Azure PowerShell
33
titleSuffix: Azure Network Watcher
4-
description: This page explains how to manage network security group flow logs in Azure Network Watcher using Azure PowerShell.
4+
description: Learn how to manage network security group flow logs in Azure Network Watcher using Azure PowerShell.
55
author: halkazwini
66
ms.service: network-watcher
77
ms.topic: how-to
@@ -11,7 +11,7 @@ ms.author: halkazwini
1111
ms.custom: devx-track-azurepowershell, engagement-fy23
1212
---
1313

14-
# Configure network security group flow logs using Azure PowerShell
14+
# Manage network security group flow logs using Azure PowerShell
1515

1616
> [!div class="op_single_selector"]
1717
> - [Azure portal](network-watcher-nsg-flow-logging-portal.md)

articles/network-watcher/network-watcher-nsg-flow-logging-rest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Manage NSG flow logs - Azure REST API
33
titleSuffix: Azure Network Watcher
4-
description: This page explains how to manage Network Security Group flow logs in Azure Network Watcher with REST API
4+
description: Learn how to manage network security group flow logs in Azure Network Watcher using REST API.
55
services: network-watcher
66
author: halkazwini
77
ms.service: network-watcher
@@ -12,7 +12,7 @@ ms.author: halkazwini
1212
ms.custom: engagement-fy23
1313
---
1414

15-
# Configure network security group flow logs using REST API
15+
# Manage network security group flow logs using REST API
1616

1717
> [!div class="op_single_selector"]
1818
> - [Azure portal](network-watcher-nsg-flow-logging-portal.md)

articles/network-watcher/nsg-flow-logs-policy-portal.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,25 @@
11
---
2-
title: QuickStart - Deploy and manage NSG Flow Logs using Azure Policy
2+
title: Deploy and manage NSG flow logs using Azure Policy
33
titleSuffix: Azure Network Watcher
4-
description: This article explains how to use the built-in policies to manage the deployment of NSG flow logs
4+
description: Learn how to use built-in policies to manage the deployment of network security group (NSG) flow logs.
55
services: network-watcher
66
author: halkazwini
77
ms.service: network-watcher
8-
ms.topic: quickstart
8+
ms.topic: how-to
99
ms.workload: infrastructure-services
1010
ms.date: 02/09/2022
1111
ms.author: halkazwini
1212
ms.custom: engagement-fy23
1313
---
1414

15-
# QuickStart: Deploy and manage NSG Flow Logs using Azure Policy
16-
17-
## Overview
15+
# Deploy and manage NSG flow logs using Azure Policy
1816

1917
Azure Policy helps to enforce organizational standards and to assess compliance at scale. Common use cases for Azure Policy include implementing governance for resource consistency, regulatory compliance, security, cost, and management. In this article, we will use two built-in policies available for NSG Flow Logs to manage your flow logs setup. The first policy flags any NSGs without flow logs enabled. The second policy automatically deploys Flow logs for NSGs without Flow logs enabled.
2018

2119
If you are creating an Azure Policy definition for the first time, you can read through:
2220
- [Azure Policy overview](../governance/policy/overview.md)
2321
- [Tutorial for creating an Azure Policy assignment](../governance/policy/assign-policy-portal.md#create-a-policy-assignment).
2422

25-
2623
## Locate the policies
2724

2825
1. Go to the Azure portal – [portal.azure.com](https://portal.azure.com)

articles/network-watcher/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
href: network-watcher-using-open-source-tools.md
154154
- name: Flow log traffic monitoring
155155
items:
156-
- name: Configure NSG flow logs
156+
- name: Manage NSG flow logs
157157
items:
158158
- name: PowerShell
159159
href: network-watcher-nsg-flow-logging-powershell.md

0 commit comments

Comments
 (0)