actions-marketplace-validations/Azure SQL Commands using AD auth
Execute Azure SQL Commands using Azure AD authentication
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tenant_id | Azure Active Directory Tenant Id | yes | — |
| service_principal_id | Service Principal Id | yes | — |
| service_principal_secret | Service Principal Secret | yes | — |
| sql_server_name | Name of Azure SQL Server | yes | — |
| sql_db_name | Name of Azure SQL DB | yes | — |
| query_string | Query string | no | — |
| query_file | Query file | no | — |
| return_result_flag | Return result flag | no | No |
Outputs
| name | description |
|---|---|
| count | Count of result |
| result | Result of query execution |