Accelerate the Value of Data

Create an external stage (Azure)

Learn how to create an external stage.

Before you create an external stage, you must have configured an Azure cloud storage for Snowflake and created a cloud storage integration for Azure. For more information, see topics Configure Azure cloud storage for Snowflake and Create a cloud storage integration in Snowflake (Azure).
A Snowflake stage specifies where data files are stored, ready to load into a table. Snowflake external stages provide all of the required information for staging files, including the Azure container where the files are staged, the named storage integration object, and the encryption key. Create an external stage in Snowflake to load Reltio data from your Azure cloud.
To create an external stage:
  1. In the Snowflake application worksheet area, create a new SQL worksheet.
  2. In the SQL worksheet, run this command:
    create stage "<database_name>"."<schema_name>"."<stage_name>"
    url = '<cloud_storage_location>'
    storage_integration = <storage_integration_name>;
    where:
  3. In the SQL worksheet, view the Successfully created notification.
For general information, see Creating an Azure stage in the Snowflake documentation.