Skip to content

Commit 3a43dd1

Browse files
20220615 remove allow pipelines
1 parent 4e4ad04 commit 3a43dd1

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

articles/synapse-analytics/sql-data-warehouse/quickstart-bulk-load-copy-tsql-examples.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: WilliamDAssafMSFT
66
ms.service: synapse-analytics
77
ms.topic: quickstart
88
ms.subservice: sql-dw
9-
ms.date: 03/07/2022
9+
ms.date: 06/15/2022
1010
ms.author: wiassaf
1111
ms.reviewer: sngun
1212
ms.custom: subject-rbac-steps, mode-other
@@ -85,15 +85,7 @@ Managed Identity authentication is required when your storage account is attache
8585
Set-AzSqlServer -ResourceGroupName your-database-server-resourceGroup -ServerName your-SQL-servername -AssignIdentity
8686
```
8787

88-
This step is not required for dedicated SQL pools within a Synapse workspace.
89-
90-
1. If you have a Synapse workspace, register your workspace's system-managed identity:
91-
92-
1. Go to your Synapse workspace in the Azure portal.
93-
2. Go to the **Managed identities** page.
94-
3. Make sure the "Allow Pipelines" option is enabled.
95-
96-
![Register workspace system msi](./media/quickstart-bulk-load-copy-tsql-examples/msi-register-example.png)
88+
This step is not required for dedicated SQL pools within a Synapse workspace. The system assigned managed identity (SA-MI) of the workspace is a member of the Synapse Administrator role and thus has elevated privileges on the dedicated SQL pools of the workspace.
9789

9890
1. Create a **general-purpose v2 Storage Account**. For more information, see [Create a storage account](../../storage/common/storage-account-create.md).
9991

0 commit comments

Comments
 (0)