Use this if
Capture traffic using Virtual Network TAP, deploy sensor VM with Bicep, and bridge network telemetry into the security platform.
- Audience
- Platform engineers, Azure administrators, security engineers
- Typical time
- 10 minutes
دليل عام
Capture traffic using Virtual Network TAP, deploy sensor VM with Bicep, and bridge network telemetry into the security platform. الجمهور: Platform engineers, Azure administrators, security engineers. وقت الإعداد المعتاد: 10 minutes.
Capture traffic using Virtual Network TAP, deploy sensor VM with Bicep, and bridge network telemetry into the security platform.
Copy a working starter, run it in your environment, then come back here for the deeper rollout details.
Download the exact source files referenced on this page, or run the one-command installer to write them locally before following the deployment steps.
Creates the Azure Bicep template under `deploy/azure-network-sensor/` with the current platform API URL prefilled for VNet TAP-based network telemetry ingestion.
BLACKSHIELD_NETWORK_SENSOR_IMAGE=public.ecr.aws/blackshield-security/network-sensor:1.0.0 \
BLACKSHIELD_API_URL=https://api.blackshield.chaplau.com \
bash <(curl -fsSL https://blackshield.chaplau.com/source-bundles/azure-network-sensor.sh)
cd deploy/azure-network-sensor#!/bin/bash
# Create Azure Virtual Network TAP for network sensor
RESOURCE_GROUP="myResourceGroup"
VNET_TAP_NAME="network-sensor-tap"
az network vnet tap create \
--resource-group "$RESOURCE_GROUP" \
--name "$VNET_TAP_NAME"Use the guided steps below when you want to tailor the rollout, validate ownership, or expand the deployment safely.
الخطوة 1
Set up an Azure VNet TAP to duplicate traffic from production VMs to the sensor.
What success looks like
Confirm mirrored traffic is flowing to the sensor NIC.
الخطوة 2
Use the source bundle on this page to download the Azure network sensor Bicep template and deploy it.
What success looks like
The VM automatically retrieves the API key from Key Vault and starts the sensor container.
الخطوة 3
Confirm network telemetry is flowing into the platform.
What success looks like
Verify flow to the platform within 5 minutes of traffic on the mirrored interfaces.
Keep your rollout moving with the next recommended step.
مراجعة النتائج وتحديد الأولويات