Skip to content

Commit 12336d6

Browse files
authored
Formatting issues
1 parent 6d80a80 commit 12336d6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ WITH (
5555

5656
> [!IMPORTANT]
5757
>
58-
> - Specifying the ROWTERMINATOR as '\r\n' will result in '\r\r\n' which will result in parsing issues
58+
> - Specifying the ROWTERMINATOR as '\r\n' will be interpreted as '\r\r\n' which will result in parsing issues
5959
6060
## C. Managed Identity
6161

@@ -66,7 +66,6 @@ Managed Identity authentication is required when your storage account is attache
6666
1. Install Azure PowerShell using this [guide](/powershell/azure/install-az-ps?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json).
6767
2. If you have a general-purpose v1 or blob storage account, you must first upgrade to general-purpose v2 using this [guide](../../storage/common/storage-account-upgrade.md?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json).
6868
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](../../storage/common/storage-network-security.md?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json#exceptions) for more information.
69-
7069
#### Steps
7170

7271
1. In PowerShell, **register your SQL server** with Azure Active Directory (AAD):
@@ -103,7 +102,6 @@ WITH (
103102
> - Specify the **Storage** **Blob Data** Owner, Contributor, or Reader RBAC role. These roles are different than the Azure built-in roles of Owner, Contributor, and Reader.
104103
105104
## D. Azure Active Directory Authentication (AAD)
106-
107105
#### Steps
108106

109107
1. Under your storage account, navigate to **Access Control (IAM)**, and select **Add role assignment**. Assign **Storage Blob Data Owner, Contributor, or Reader** RBAC role to your AAD user.
@@ -125,7 +123,6 @@ WITH (
125123
> - Specify the **Storage** **Blob Data** Owner, Contributor, or Reader RBAC role. These roles are different than the Azure built-in roles of Owner, Contributor, and Reader.
126124
127125
## E. Service Principal Authentication
128-
129126
#### Steps
130127

131128
1. [Create an Azure Active Directory (AAD) application](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal#create-an-azure-active-directory-application)

0 commit comments

Comments
 (0)