CCSS (Common Configuration Scoring System) is a set of measures used to determine the severity of the rule.
Each rule is associated with a high-level category. For example IAM, Container, Monitoring, Logging, Network, etc.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsThe REST APIs are subject to attacks from the public internet, such as zero-day vulnerabilities and unauthorized access via lost credentials.
Set properties.publicNetworkAccess
to Disabled
.
Set the public_network_enabled
attribute to false
.
resource "azurerm_data_factory" "allow" {
name = "example525a"
location = azurerm_resource_group.example525a.location
resource_group_name = azurerm_resource_group.example525a.name
public_network_enabled = false
}