Setting up a Snowflake Account

    Overview

    To get started with Snowflake, you need to set-up an account through the Snowflake website. As mentioned, in the overview, using Snowflake is not through the Azure portal.

    Explanation

    Follow the steps below to register and signup for a trial Snowflake account.

    Register for a Trial Account

    Simply click on the “Start for Free” button on the home page. In the form, fill out your information:

    create free trial account

    In the account configuration, choose an edition to use. The documentation has more information about the differences between editions. In short, the higher the edition, the more support and security you get (and the more you pay). For the tutorial, the Standard edition suffices.

    configure account - edition & cloud provider & region

    On the same screen, choose the cloud provider you want to use. Although there should be no major differences, some features might not be available in all cloud providers. For the tutorial, choose Microsoft Azure. From the dropdown, choose a region close to where your data is:

    choose Azure region

    As you can see from the screenshot, Snowflake is not available in every possible Azure region. It’s possible you might get a small survey asking you why you want to try out Snowflake, but there’s an option to skip it.

    And that’s it!

    trial sign up finished

    Activation Email and Getting Started with Snowflake

    Behind the scenes, Snowflake is setting up your account in the cloud provider of your choice. After a couple of minutes, you get an activation e-mail:

    activation email

    After clicking the activation link, you need to choose a username and a password:

    choose username and pw

    Click Get Started to get to your personal workspace:

    snowflake welcome screen with starting options

    You’ll have a unique URL with your account name in it to access your Snowflake environment:

    unique URL

    During the account set-up, some (sample) databases were provided as well:

    sample database

    To start writing SQL, you need to create a worksheet:

    create new worksheet

    View Snowflake Account Information

    By default, you’re logged in using the ACCOUNTADMIN role which is the super admin role and needed to view and change account information.

    view all the available built-in roles

    This will give you access to certain menus in the admin section:

    cost management in admin is for account admins only

    There you can view your consumption, create extra security roles, or manage resource monitors.

    account admin cost management

    Additional Information

    • For more information about trial accounts and how to convert them to a paid account, check out this page.

    One comment

    Leave a Reply

    Your email address will not be published. Required fields are marked *