Azure NSG Setup (Resource Manager method)

This document provides instructions for configuring the collection of Azure NSG Flow Logs. There are three methods shown. The first being in the Azure Portal, second Azure CLI, and third Azure Resource Manager (ARM) template.

Requirements

Before you begin configuring NSG Flow Log collection, make sure the following environment prerequisites are met:

  • Your Storage Account must be of type General-purpose v2 or Blob storage.
  • Your Network Security Group and Storage Account should be in the same region.
  • NSG Flow Logs do not work with storage accounts that have hierarchical namespace enabled.

ARM Template Steps

  1. Register Insights provider
  2. Configure Network Security Group
  3. Run ARM Template

Register Insights provider

NSG flow logging requires the Microsoft.Insights provider. To register the provider, complete the following steps:

  1. In the top, left corner of the portal, select All services. In the Filter box, type Subscriptions. When Subscriptions appear in the search results, select it.
  2. From the list of subscriptions, select the subscription you want to enable the provider for.
  3. Select Resource providers, under Settings.
  4. Confirm that the Status for the microsoft.insights provider is Registered, as shown in the picture that follows. If the status is Unregistered, then select Register, at the top of the table.

Configure Azure storage account

To create a general-purpose v2 storage account in the Azure portal, follow these steps:

  1. On the Azure portal menu, select All services. In the list of resources, type Storage Accounts. As you begin typing, the list filters based on your input. Select Storage Accounts.
  2. On the Storage Accounts window that appears, choose Add.
  3. Select the subscription in which to create the storage account.
  4. Under the Resource group field, select the resource group that you want to create storage on.
  5. Next, enter a name for your storage account. The name you choose must be unique across Azure. The name also must be between 3 and 24 characters in length, and can include numbers and lowercase letters only.
  6. Select a location for your storage account.
  7. Leave these fields set to their default values:
Deployment modeResource Manager
PerformanceStandard
Account kindStorageV2 (general-purpose v2)
ReplicationRead-access geo-redundant storage (RA-GRS)
Access tierHot
  1. Select Review + Create to review your storage account settings and create the account.
  2. Select Create.

Run ARM Template

https://neto-downloads.s3.amazonaws.com/azure/vpc-flow-logs/netography_azure_flowlogs.json

Follow this URL to open the template in the Azure portal (Sign-in required)

https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fneto-downloads.s3.amazonaws.com%2Fazure%2Fvpc-flow-logs%2Fnetography_azure_flowlogs.json

  1. Select the Subscription the resource is in.
  2. Select the Resource Group the resource is in.
  3. Select the Location the resource is in.
  4. Enter the Network Watcher Name Prefix or leave the default value.
  5. Enter the Flow Log Name or leave the default value.
  6. Select if NSG is to be created by the template or already exists. The NSG must be in the same resource group and location.
  7. Enter the NSG Name of the existing or new NSG.
  8. Review and agree to Azure's terms
  9. Click Purchase

Netography Portal Steps

Navigate to Flow Sources, and click "Add Flow Source", then select Azure NSG

Configuration

The following fields are specific to the Azure configuration.

FieldRequiredDescription
RegionyesLocation of the flow source
Container NameyesStorage Account's Container Name
Subscription IDyesNetwork Security Group's subscription ID
Resource GroupyesNetwork Security Group's Resource Group
Network Security GroupyesNetwork Security Group's Name

Authentication

AThe following fields are necessary for the integration to authenticate with Azure NSG.

Account NameyesThe account name to use for this stream
Account NameyesThe Storage Account's Access Name to use for this stream
Account KeyyesStorage Account's Access Key for authenticating to this stream