Resource Type: Azure > App Service > Connection
The Connection resource type represents API connections used by Azure Logic Apps and Power Platform. These connections provide authenticated access to external services and APIs, enabling integration workflows to communicate with services like Office 365, Salesforce, Twitter, and other connectors.
Resource Context
Connection is a part of the App Service service.
Each Connection lives under a Resource Group.
Controls
The primary controls for Azure > App Service > Connection are:
Quick Actions
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-appservice#/resource/types/connection
- tmod:@turbot/turbot#/resource/categories/applicationIntegration
- turbot graphql resource --id "tmod:@turbot/azure-appservice#/resource/types/connection"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-appservice#/resource/types/connection';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-appservice#/resource/types/connection"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-appservice#/resource/types/connection' 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