Use Snowflake and Microsoft Azure
Prerequisites
- Access to Snowflake
- Microsoft Azure account
Configure Snowflake
In Snowflake, create a new SQL worksheet and paste in the query shown below. The query will create a Snowflake database, a warehouse and a user with the required permissions.
After changing the MY_NAME
, MY_COMMENT
and MY_PASSOWRD
variables, select "Run all" to execute the query.
The exmaple query will generate the following credentials:
Field | Example value |
---|---|
User | Y42_DEMO |
Password | my_secret_password |
[1] Account | https://<account_locator>.<cloud_region_id>.snowflakecomputing.com |
Warehouse | Y42_DEMO |
Database | Y42_DEMO |
[1] Region-specific account locator (opens in a new tab)
Configure Azure
In the Azure management console, go to Data Storage/Containers. Next, create a new container and retrieve the access key.
For further details, please visit Microsoft Azure's documentation on account access keys (opens in a new tab).