mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
- Add descriptions for custom rule set concepts - Addd reference docs for custom rule sets - Update existing docs for 4-level severity
9 lines
543 B
Markdown
9 lines
543 B
Markdown
# Tutorial
|
|
|
|
This section is intended to guide you through some of the most frequently used customization workflows in the SQL Assessment API. You can easily create your own rules, disable built-in rules if do not want to use them, or you can override default thresholds with your own values to assess your configuration in a particular manner.
|
|
|
|
## In This Section
|
|
|
|
- [Creating Custom Rules](CreatingCustomRules.md)
|
|
- [Disabling Built-in Rules](DisablingBuiltInRules.md)
|
|
- [Overriding Default Thresholds](OverridingDefaultThresholds.md) |