Azure Network Interfaces
Collect Azure Network Interfaces metric data
Configuration¶
Install Func¶
It is recommended to enable the TrueWatch Cloud integration - Extension - Managed Func: All preconditions will be automatically installed. Please proceed with the script installation.
If you deploy Func manually, refer to Self-Deployment of Func.
Install the script¶
Note: Please prepare the required Azure application registration information in advance and assign the
Monitoring Reader
role to the application registration.
To synchronize the monitoring data of Azure Network Interface, we install the corresponding collection script: ID:truewatch_azure_network_interface
.
After clicking [Install], enter the corresponding parameters:
Azure Tenant ID
: Tenant IDAzure Client ID
: Application registration Client IDAzure Client Secret Value
: Client secret value, note that it is not the IDSubscriptions
: Subscription ID, separate multiple subscriptions with a comma
Click [Deploy Startup Script], and the system will automatically create a Startup
script set and automatically configure the corresponding startup script.
After enabling, you can see the corresponding automatic trigger configuration in [Management / Automatic Trigger Configuration]. Click [Execute] to execute it immediately without waiting for the regular time. Wait a moment, and you can view the execution task records and corresponding logs.
Verify¶
- In [Management / Automatic Trigger Configuration], confirm that the corresponding task has an automatic trigger configuration. You can also check the task records and logs for any anomalies.
- On the TrueWatch Cloud platform, under [Infrastructure - Resource Catalog], check if asset information exists.
- On the TrueWatch Cloud platform, under [Metrics], check if the corresponding monitoring data is available.
Metrics¶
Collect Azure Network Interfaces metrics. You can collect more metrics through configuration Supported metrics for Microsoft.Network/networkinterfaces
Metric Name | Description | Unit |
---|---|---|
BytesReceivedRate |
Number of bytes received | byte |
BytesSentRate |
Number of bytes sent | byte |
CreationRateMaxTotalFlowsIn |
Maximum creation rate of inbound flows | count |
CreationRateMaxTotalFlowsOut |
Maximum creation rate of outbound flows | count/s |
CurrentTotalFlowsIn |
Inbound flows | count |
CurrentTotalFlowsOut |
Outbound flows | count |
PacketsReceivedRate |
Number of packets received | count |
PacketsSentRate |
Number of packets sent | count |