Resource Type: Azure > SQL > Managed Instance
The Managed Instance resource type provides a fully managed SQL Server instance, offering high compatibility with SQL Server on-premises, automated maintenance, and enhanced security features for a seamless migration to the cloud.
Resource Context
Managed Instance is a part of the SQL service.
Each Managed Instance lives under a Resource Group.
Controls
The primary controls for Azure > SQL > Managed Instance 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-sql#/resource/types/managedInstance
- tmod:@turbot/turbot#/resource/categories/database
- turbot graphql resource --id "tmod:@turbot/azure-sql#/resource/types/managedInstance"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-sql#/resource/types/managedInstance';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-sql#/resource/types/managedInstance"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-sql#/resource/types/managedInstance' 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