Skip to content

Commit 9aa8fc6

Browse files
committed
Update connector-troubleshoot-snowflake.md
1 parent 290a709 commit 9aa8fc6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/data-factory/connector-troubleshoot-snowflake.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: has-adal-ref, synapse
1515

1616
[!INCLUDE[appliesto-adf-asa-md](includes/appliesto-adf-asa-md.md)]
1717

18-
This article provides suggestions to troubleshoot common problems with the Snowflake connector in Azure Data Factory (ADF) and Azure Synapse.
18+
This article provides suggestions to troubleshoot common problems with the Snowflake connector in Azure Data Factory and Azure Synapse.
1919

2020
## Error message: IP % is not allowed to access Snowflake. Contact your local security administrator.
2121

@@ -29,7 +29,7 @@ This article provides suggestions to troubleshoot common problems with the Snowf
2929

3030
- If you configure a [self-hosted integration runtime](create-self-hosted-integration-runtime.md) to connect to Snowflake, make sure to add your self-hosted integration runtime IPs to the allowed list in Snowflake.
3131
- If you use an Azure Integration Runtime and the access is restricted to IPs approved in the firewall rules, you can add [Azure Integration Runtime IPs](azure-integration-runtime-ip-addresses.md) to the allowed list in Snowflake.
32-
- If you use a managed private endpoint and a network policy is in place on your Snowflake account, ensure the Synapse/ADF Managed VNet CIDR is allowed. For more steps, refer to [How To: Set up a managed private endpoint from Azure Data Factory or Synapse to Snowflake](https://community.snowflake.com/s/article/How-to-set-up-a-managed-private-endpoint-from-Azure-Data-Factory-or-Synapse-to-Snowflake).
32+
- If you use a managed private endpoint and a network policy is in place on your Snowflake account, ensure the Synapse/Azure Data Factory Managed VNet CIDR is allowed. For more steps, refer to [How To: Set up a managed private endpoint from Azure Data Factory or Synapse to Snowflake](https://community.snowflake.com/s/article/How-to-set-up-a-managed-private-endpoint-from-Azure-Data-Factory-or-Synapse-to-Snowflake).
3333

3434
## Error message: Failed to access remote file: access denied.
3535

@@ -39,10 +39,10 @@ This article provides suggestions to troubleshoot common problems with the Snowf
3939

4040
- **Cause**: The error pops up by the Snowflake copy command and is caused by missing access permission on source/sink when execute Snowflake copy commands.
4141

42-
- **Recommendation**: Check your source/sink to make sure that you have granted proper access permission to Snowflake.
42+
- **Recommendation**: Check your source/sink to make sure that you have granted proper access permission to Snowflake.
4343

4444
- Direct copy: Make sure to grant access permission to Snowflake in the other source/sink.
45-
- Staged copy: The staging Azure Blob storage linked service must use shared access signature authentication. When you generate the shared access signature, make sure to set the allowed permissions and IP addresses to Snowflake in the staging Azure Blob storage. For more details, see [Generating-a-sas-token - Snowflake Documentation](https://docs.snowflake.com/en/user-guide/data-load-azure-config.html#option-2-generating-a-sas-token).
45+
- Staged copy: The staging Azure Blob storage linked service must use shared access signature authentication. When you generate the shared access signature, make sure to set the allowed permissions and IP addresses to Snowflake in the staging Azure Blob storage. To learn more about this, see this [article](https://docs.snowflake.com/en/user-guide/data-load-azure-config.html#option-2-generating-a-sas-token).
4646

4747
## Next steps
4848

0 commit comments

Comments
 (0)