Skip to content

Commit ace130b

Browse files
committed
Acrolinx fixes
1 parent 1068031 commit ace130b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: ajagadish
66
ms.service: azure-synapse-analytics
77
ms.topic: quickstart
88
ms.subservice: sql-dw
9-
ms.date: 06/15/2022
9+
ms.date: 10/23/2025
1010
ms.custom: subject-rbac-steps, mode-other
1111
---
1212

@@ -16,7 +16,7 @@ This article highlights and provides examples on the secure authentication mecha
1616

1717
## Supported authentication mechanisms
1818

19-
The following matrix describes the supported authentication methods for each file type and storage account. This applies to the source storage location and the error file location.
19+
The following matrix describes the supported authentication methods for each file type and storage account. This information applies to the source storage location and the error file location.
2020

2121
| | CSV | Parquet | ORC |
2222
| :----------------------: | :-------------------------------: | :------------------------------------------------: | :------------------------------------------------: |
@@ -44,7 +44,7 @@ WITH (
4444
```
4545
> [!IMPORTANT]
4646
>
47-
> - Use the hexadecimal value (0x0A) to specify the Line Feed/Newline character. Note the COPY statement will interpret the `\n` string as `\r\n` (carriage return newline).
47+
> - Use the hexadecimal value (0x0A) to specify the Line Feed/Newline character. Note the COPY statement interprets the `\n` string as `\r\n` (carriage return newline).
4848
4949
## B. Shared Access Signatures (SAS) with CRLF as the row terminator (Windows style new line)
5050

@@ -61,7 +61,7 @@ WITH (
6161
```
6262

6363
> [!IMPORTANT]
64-
> Do not specify the `ROWTERMINATOR` as '\r\n' which will be interpreted as '\r\r\n' and can result in parsing issues. The COPY command automatically prefixes the \r character when \n (newline) is specified. This results in carriage return newline (\r\n) for Windows based systems.
64+
> Don't specify the `ROWTERMINATOR` as '\r\n', which is interpreted as '\r\r\n' and can result in parsing issues. The COPY command automatically prefixes the \r character when \n (newline) is specified. This results in carriage return newline (\r\n) for Windows based systems.
6565
6666
## C. Managed Identity
6767

@@ -83,7 +83,7 @@ Managed Identity authentication is required when your storage account is attache
8383
Set-AzSqlServer -ResourceGroupName your-database-server-resourceGroup -ServerName your-SQL-servername -AssignIdentity
8484
```
8585

86-
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.
86+
This step isn't 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.
8787

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

@@ -102,7 +102,7 @@ Managed Identity authentication is required when your storage account is attache
102102
| --- | --- |
103103
| Role | Storage Blob Data Contributor |
104104
| Assign access to | SERVICEPRINCIPAL |
105-
| Members | server or workspace hosting your dedicated SQL pool that you've registered with Microsoft Entra ID |
105+
| Members | Server or workspace hosting your dedicated SQL pool that is registered with Microsoft Entra ID |
106106

107107
![Add role assignment page in Azure portal.](~/reusable-content/ce-skilling/azure/media/role-based-access-control/add-role-assignment-page.png)
108108

0 commit comments

Comments
 (0)