Azure Service Bus with Public Network Access Enabled
Description
Code Example
terraform
resource "azurerm_servicebus_namespace" "example" {
name = "example-namespace"
# ... other configurations ...
+ public_network_access_enabled = false
# ... other configurations ...
}Remediation
Terraform
Resource:
- azurerm_servicebus_namespace
Arguments:
- public_network_access_enabled
Rule Details
| Field | Value |
|---|---|
| ID | IAC-0711 |
| Severity | MEDIUM |
| IaC Type | Terraform |
| Frameworks | Terraform, |
| Checkov ID | CKV_AZURE_204 |