...
An Azure AD Application with the role of Security Reader. The application provides Blue Hexagon access to scan for cloud resource and service misconfigurations, suboptimal security policies, etc.
An Azure Function that ingests NSG Flow Logs and Azure Activity Logs and sends them to the Blue Hexagon SaaS portal for analytics.
...
Create Azure storage account by following the steps here.
Enable NSG Flow Logs for all your network security groups.
Anchor | ||||
---|---|---|---|---|
|
Blue Hexagon ingests Azure Activity Logs from an Azure storage account blob container in the same region as where the terraform module is deployed below (see location
variable in terraform.tfvars). To deliver Azure Activity Logs to a storage account:
Create Azure storage account by following the steps here.
Enable Activity Logs and send them to the storage account by following the steps here.
Deploy Terraform Module
The most convenient way to deploy the terraform module is via Azure Cloud Shell using a bash
terminal.
...