Skip to content

Commit 834e509

Browse files
authored
Merge pull request #18471 from v-savila/patch-1
370546
2 parents 2dfbcf3 + 33b69d2 commit 834e509

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/security/row-level-security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ This short example creates three users and an external table with six rows. It t
297297
### Prerequisites
298298

299299
1. You must have a dedicated SQL pool. See [Create a dedicated SQL pool](/azure/synapse-analytics/sql-data-warehouse/create-data-warehouse-portal)
300-
1. The server hosting your dedicated SQL pool must be registered with AAD and you must have an Azure storage account with Storage Blog Contributor permissions. Follow the steps [here](/azure/azure-sql/database/vnet-service-endpoint-rule-overview#steps).
300+
1. The server hosting your dedicated SQL pool must be registered with AAD and you must have an Azure storage account with Storage Blog Data Contributor permissions. Follow the steps [here](/azure/azure-sql/database/vnet-service-endpoint-rule-overview#steps).
301301
1. Create a file system for your Azure Storage account. Use Storage Explorer to view your storage account. Right click on containers and select *Create file system*.
302302

303303
Once you have the prerequisites in place, create three user accounts that will demonstrate different access capabilities.
@@ -540,4 +540,4 @@ DROP SCHEMA Security;
540540
[sp_set_session_context &#40;Transact-SQL&#41;](../../relational-databases/system-stored-procedures/sp-set-session-context-transact-sql.md)</br>
541541
[sys.security_policies &#40;Transact-SQL&#41;](../../relational-databases/system-catalog-views/sys-security-policies-transact-sql.md)</br>
542542
[sys.security_predicates &#40;Transact-SQL&#41;](../../relational-databases/system-catalog-views/sys-security-predicates-transact-sql.md)</br>
543-
[Create User-defined Functions &#40;Database Engine&#41;](../../relational-databases/user-defined-functions/create-user-defined-functions-database-engine.md)
543+
[Create User-defined Functions &#40;Database Engine&#41;](../../relational-databases/user-defined-functions/create-user-defined-functions-database-engine.md)

0 commit comments

Comments
 (0)