Skip to content

Commit 2075164

Browse files
authored
Merge pull request #673 from alexprotsenko/master
[SQL Asmnt] Updated readme.md with a section about the notebooks folder
2 parents 35a4d89 + 65a7666 commit 2075164

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

samples/manage/sql-assessment-api/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Learn how to assess your SQL Server configuration for best practices in 2 simple
1212

1313
This is the default set of rules shipped with SQL Assessment API. Feel free to open issues to have us fix or add rules. Also, we're happy to see your pull requests to this file.
1414

15+
## Notebooks
16+
17+
This folder contains two Azure Data Studio notebooks, one is for a quick start with SQL Assessment API and the other is a comprehensive tutorial that will step you through all the features of SQL Assessment API including customizing the existing rules and creating your own ones. The notebooks is written for the powershell kernel in Azure Data Studio, so make sure you use [ADS 1.13.0](https://docs.microsoft.com/sql/azure-data-studio/download) or newer.
18+
1519
## DisablingBuiltInChecks_sample.json
1620

1721
Contains three parts. First shows how you can disable a specified rule by its ID. The second disables all the rules with the "TraceFlag" tag. The last disables to run all rules of the default ruleset (using the DefaultRuleset tag) against databases named "DBName1" and "DBName2".

0 commit comments

Comments
 (0)