你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RecommendationType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for RecommendationType.
public static class RecommendationType
type RecommendationType = class
Public Class RecommendationType
- Inheritance
-
RecommendationType
Fields
IoTAcrauthentication |
Authentication schema used for pull an edge module from an ACR repository does not use Service Principal Authentication. |
IoTAgentSendsUnutilizedMessages |
IoT agent message size capacity is currently underutilized, causing an increase in the number of sent messages. Adjust message intervals for better utilization. |
IoTBaseline |
Identified security related system configuration issues. |
IoTEdgeHubMemOptimize |
You can optimize Edge Hub memory usage by turning off protocol heads for any protocols not used by Edge modules in your solution. |
IoTEdgeLoggingOptions |
Logging is disabled for this edge module. |
IoTInconsistentModuleSettings |
A minority within a device security group has inconsistent Edge Module settings with the rest of their group. |
IoTInstallAgent |
Install the Azure Security of Things Agent. |
IoTIpfilterDenyAll |
IP Filter Configuration should have rules defined for allowed traffic and should deny all other traffic by default. |
IoTIpfilterPermissiveRule |
An Allow IP Filter rules source IP range is too large. Overly permissive rules might expose your IoT hub to malicious intenders. |
IoTOpenPorts |
A listening endpoint was found on the device. |
IoTPermissiveFirewallPolicy |
An Allowed firewall policy was found (INPUT/OUTPUT). The policy should Deny all traffic by default and define rules to allow necessary communication to/from the device. |
IoTPermissiveInputFirewallRules |
A rule in the firewall has been found that contains a permissive pattern for a wide range of IP addresses or Ports. |
IoTPermissiveOutputFirewallRules |
A rule in the firewall has been found that contains a permissive pattern for a wide range of IP addresses or Ports. |
IoTPrivilegedDockerOptions |
Edge module is configured to run in privileged mode, with extensive Linux capabilities or with host-level network access (send/receive data to host machine). |
IoTSharedCredentials |
Same authentication credentials to the IoT Hub used by multiple devices. This could indicate an illegitimate device impersonating a legitimate device. It also exposes the risk of device impersonation by an attacker. |
IoTVulnerableTLSCipherSuite |
Insecure TLS configurations detected. Immediate upgrade recommended. |