sqldw-authoring-cli
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Official Tooling Utilization: The skill relies on
azCLI andsqlcmd, which are standard, Microsoft-provided utilities for interacting with Azure and Fabric services. This ensures compatibility and follows recommended security models for authentication. - Local Automation Patterns: To handle complex T-SQL operations, the skill provides templates that generate and execute temporary local script files. This is a routine method for managing multi-statement batches and transactions in automation workflows.
- Integrated Authentication: The skill leverages Entra ID authentication via
az login, which promotes secure identity management without the need for hardcoded secrets in scripts. - Structured Data Ingestion: Included templates for
COPY INTOfacilitate efficient data loading from Azure storage services, providing clear guidance on necessary permissions like the Storage Blob Data Reader role.
Audit Metadata