Resource Type: Azure > Firewall > Firewall
The Firewall resource type allows users to create and manage virtual firewall instances, known as rules, that can protect applications and services by controlling inbound and outbound traffic.
Resource Context
Firewall is a part of the Firewall service.
Each Firewall lives under a Resource Group.
Controls
The primary controls for Azure > Firewall > Firewall are:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-firewall#/resource/types/firewall
- tmod:@turbot/turbot#/resource/categories/security
- turbot graphql resource --id "tmod:@turbot/azure-firewall#/resource/types/firewall"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-firewall#/resource/types/firewall';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-firewall#/resource/types/firewall"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-firewall#/resource/types/firewall' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query