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 applicationsUsing the free SKU might negatively impact the availability of the App Configuration.
Set sku.name
to Standard
.
Set the sku
attribute to the value standard
.
Example configuration:
resource "azurerm_app_configuration" "allow" {
name = "appConf1499a"
resource_group_name = azurerm_resource_group.example499a.name
location = azurerm_resource_group.example499a.location
sku = "standard"
}