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