azure-sql-database-code-objects
Stored procedures, functions, views, triggers, and job commands can embed connection strings or secrets. No single Azure RBAC action authorizes this service-native path; its own authentication and authorization apply.
Where it sits
| location | TDS sys.sql_modules.definition and job/agent command text |
| location kind | code_artifact |
| data kinds | credential password api_key access_key secret_key oauth_token connection_string source_code_secret |
| emits edge | ContainsSecret |
| service | Azure SQL / SQL MI (azure:sql) |
Collection recipe
| access mode | data_plane |
| operation | TDS SELECT sys.sql_modules |
| response path | definition |
| encoding | string |
| params | {"resource_id": "\u003cazure-resource-id\u003e"} |
References