Skip to content

Commit 5b15a66

Browse files
authored
Merge pull request #86726 from KavithaJonnakuti/patch-14
Updated step#2 for clarity under PolyBase section
2 parents 5e36533 + 77226c1 commit 5b15a66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/sql-database/sql-database-vnet-service-endpoint-rule-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
1010
author: rohitnayakmsft
1111
ms.author: rohitna
1212
ms.reviewer: vanto, genemi
13-
ms.date: 03/12/2019
13+
ms.date: 08/27/2019
1414
---
1515
# Use virtual network service endpoints and rules for database servers
1616

@@ -120,12 +120,12 @@ PolyBase is commonly used to load data into Azure SQL Data Warehouse from Azure
120120
3. You must have **Allow trusted Microsoft services to access this storage account** turned on under Azure Storage account **Firewalls and Virtual networks** settings menu. Refer to this [guide](https://docs.microsoft.com/azure/storage/common/storage-network-security#exceptions) for more information.
121121

122122
#### Steps
123-
1. In PowerShell, **register your SQL Database server** with Azure Active Directory (AAD):
123+
1. In PowerShell, **register your Azure SQL Server** hosting your Azure SQL Data Warehouse instance with Azure Active Directory (AAD):
124124

125125
```powershell
126126
Connect-AzAccount
127127
Select-AzSubscription -SubscriptionId your-subscriptionId
128-
Set-AzSqlServer -ResourceGroupName your-database-server-resourceGroup -ServerName your-database-servername -AssignIdentity
128+
Set-AzSqlServer -ResourceGroupName your-database-server-resourceGroup -ServerName your-SQL-servername -AssignIdentity
129129
```
130130

131131
1. Create a **general-purpose v2 Storage Account** using this [guide](https://docs.microsoft.com/azure/storage/common/storage-quickstart-create-account).
@@ -134,7 +134,7 @@ PolyBase is commonly used to load data into Azure SQL Data Warehouse from Azure
134134
> - If you have a general-purpose v1 or blob storage account, you must **first upgrade to v2** using this [guide](https://docs.microsoft.com/azure/storage/common/storage-account-upgrade).
135135
> - For known issues with Azure Data Lake Storage Gen2, please refer to this [guide](https://docs.microsoft.com/azure/storage/data-lake-storage/known-issues).
136136
137-
1. Under your storage account, navigate to **Access Control (IAM)**, and click **Add role assignment**. Assign **Storage Blob Data Contributor** RBAC role to your SQL Database server.
137+
1. Under your storage account, navigate to **Access Control (IAM)**, and click **Add role assignment**. Assign **Storage Blob Data Contributor** RBAC role to your Azure SQL Server hosting your Azure SQL Data Warehouse which you've registered with Azure Active Direcotory (AAD) as in step#1.
138138

139139
> [!NOTE]
140140
> Only members with Owner privilege can perform this step. For various built-in roles for Azure resources, refer to this [guide](https://docs.microsoft.com/azure/role-based-access-control/built-in-roles).

0 commit comments

Comments
 (0)