App Configuration Public Access Enabled
Description
Code Example
terraform
resource "azurerm_app_configuration" "example" {
name = "example-app-configuration"
location = azurerm_resource_group.example.location
resource_group_name = azurerm_resource_group.example.name
# ... other configurations ...
+ public_network_access = "Disabled" // Ensure public access is disabled
}Remediation
Terraform
Resource:
- azurerm_app_configuration
Arguments:
- public_network_access
Rule Details
| Field | Value |
|---|---|
| ID | IAC-0692 |
| Severity | HIGH |
| IaC Type | Terraform |
| Frameworks | Terraform, |
| Checkov ID | CKV_AZURE_185 |