Skip to content

Commit e0461e5

Browse files
authored
Merge pull request #7 from vainolo/patch-11
Update Get-AzSqlDatabaseSensitivityRecommendations.md
2 parents cc52b59 + 8fbd3e5 commit e0461e5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/Sql/Sql/help/Get-AzSqlDatabaseSensitivityRecommendations.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The Get-AzSqlDatabaseSensitivityRecommendations cmdlet returns the recommended i
3030

3131
## EXAMPLES
3232

33-
### Example 1: Get recommended information types and sensitivity labels of an Azure SQL Database.
33+
### Example 1: Get recommended information types and sensitivity labels of an Azure SQL database.
3434
```powershell
3535
PS C:\> Get-AzSqlDatabaseSensitivityRecommendations -ResourceGroupName resourceGroup -ServerName server -DatabaseName database
3636
@@ -56,7 +56,7 @@ SensitivityLabels : {{
5656
}}
5757
```
5858

59-
### Example 2: Get recommended information types and sensitivity labels of an Azure SQL Database.
59+
### Example 2: Get recommended information types and sensitivity labels of an Azure SQL database using Piping.
6060
```powershell
6161
PS C:\> Get-AzSqlDatabase -ResourceGroupName resourceGroup -ServerName server -DatabaseName database | Get-AzSqlDatabaseSensitivityRecommendations
6262
@@ -100,7 +100,7 @@ Accept wildcard characters: False
100100
```
101101
102102
### -DatabaseName
103-
The name of the Azure SQL Database.
103+
The name of the Azure SQL database.
104104
105105
```yaml
106106
Type: System.String
@@ -188,3 +188,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
188188
## NOTES
189189
190190
## RELATED LINKS
191+
192+
Learn more about [Azure SQL Database data discovery and classification](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-data-discovery-and-classification)

0 commit comments

Comments
 (0)