Skip to content

Commit 247a907

Browse files
Merge pull request #211491 from WilliamDAssafMSFT/patch-3
Update connector-azure-sql-data-warehouse.md
2 parents 11e1015 + fede1f5 commit 247a907

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/data-factory/connector-azure-sql-data-warehouse.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.custom: synapse
1010
ms.topic: conceptual
11-
ms.date: 08/11/2022
11+
ms.date: 09/15/2022
1212
---
1313

1414
# Copy and transform data in Azure Synapse Analytics by using Azure Data Factory or Synapse pipelines
@@ -98,7 +98,10 @@ For different authentication types, refer to the following sections on specific
9898
- [User-assigned managed identity authentication](#user-assigned-managed-identity-authentication)
9999

100100
>[!TIP]
101-
>When creating linked service for Azure Synapse **serverless** SQL pool from UI, choose "enter manually" instead of browsing from subscription.
101+
>When creating linked service for a **serverless** SQL pool in Azure Synapse from the Azure portal:
102+
> 1. For **Account Selection Method**, choose **Enter manually**.
103+
> 1. Paste the **fully qualified domain name** of the serverless endpoint. You can find this in the Azure portal Overview page for your Synapse workspace, in the properties under **Serverless SQL endpoint**. For example, `myserver-ondemand.sql-azuresynapse.net`.
104+
> 1. For **Database name**, provide the database name in the serverless SQL pool.
102105
103106
>[!TIP]
104107
>If you hit error with error code as "UserErrorFailedToConnectToSqlServer" and message like "The session limit for the database is XXX and has been reached.", add `Pooling=false` to your connection string and try again.

0 commit comments

Comments
 (0)