What are the correct username and account name to connect to Snowflake in Azure?

L.A W 0 Reputation points
2023-12-20T02:14:57.1666667+00:00

What are the correct username and account name to connect to Snowflake in Azure?

I am trying to create a connection to my Snowflake in Azure, but I am receiving the following error:

ERROR [HY000] [Microsoft][Snowflake] (4)

REST request for URL https://wh59974.snowflakecomputing.com:443/session/v1/login-request?requestId=08388d8b-30d5-4661-8f4d-1de3a54077e0&request_guid=eb798f50-866b-4d2a-ba85-c365fec3cf69&databaseName=Snowflake&warehouse=ACCOUNT_USAGE failed: HTTP error (http error) - code=403.

What is the correct account name and username I should use to connect to Snowflake in Azure?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,639 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bhargava-MSFT 31,261 Reputation points Microsoft Employee Moderator
    2023-12-21T01:43:54.08+00:00

    Hello L.A W and ZLG Alan,

    Welcome to the Microsoft Q&A platform.

    Please follow the below Microsoft document for these details.
    Account name: The full account name of your Snowflake account (including additional segments that identify the region and cloud platform), e.g. xy12345.east-us-2.azure.

    User name: The login name of the user for the connection.

    https://learn.microsoft.com/en-us/azure/data-factory/connector-snowflake?tabs=data-factory#basic-authentication

    User's image

    Regarding the error message:
    Per the error message, login URL failed with a HTTP error code 403, which means that the request was forbidden. This could be due to incorrect account name or username.

    I hope this helps. Please let me know if you have any further questions.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.