Resource Type: Azure > Application Gateway Service > Application Gateway
The Application Gateway resource type is a dedicated virtual appliance that provides application-level routing and load balancing services that can be used to manage and optimize web application traffic.
Resource Context
Application Gateway is a part of the Application Gateway Service service.
Each Application Gateway lives under a Resource Group.
Controls
The primary controls for Azure > Application Gateway Service > Application Gateway 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-applicationgateway#/resource/types/applicationGateway
- tmod:@turbot/turbot#/resource/categories/networking
- turbot graphql resource --id "tmod:@turbot/azure-applicationgateway#/resource/types/applicationGateway"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-applicationgateway#/resource/types/applicationGateway';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-applicationgateway#/resource/types/applicationGateway"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-applicationgateway#/resource/types/applicationGateway' 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