Skip to main content

Create the Resources

Updated Oct 14, 2021 ·

Overview

This page shows how to set up your environment in Microsoft Azure for the BikeCo case study. You can sign up for a free trial to get started.

Create the Resource Group

Create a resource group where all related resources will be organized.

  1. Sign in to Microsoft Azure

  2. Go to Resource GroupsCreate

  3. Enter the following details:

    FieldValue
    SubscriptionAzure Subscription 1
    Resource grouphcpdatagroup
    Region(Asia Pacific) Southeast Asia
  4. Add the following tags:

    KeyValue
    ProjectHCP
    GroupData Group
  5. Click NextCreate

Create the Storage Account

Now create a storage account where you’ll store files and data.

  1. Go to Storage accountsCreate

  2. Enter the following details:

    FieldValue
    SubscriptionAzure Subscription 1
    Resource grouphcpdatagroup
    Storage accounthcpdevsstore
    Region(Asia Pacific) Southeast Asia
  3. Add the same tags:

    KeyValue
    ProjectHCP
    GroupData Group
  4. Go to Review + Create, wait for validation

  5. Click Create

The storage account may take a few minutes to deploy.

Create the Azure SQL Database

Next, create a SQL database where your structured data will go.

  1. Go to SQL databasesCreate SQL database

  2. Enter the following details:

    FieldValue
    SubscriptionAzure Subscription 1
    Resource grouphcpdatagroup
    Database namehcpdevdb
    ServerCreate New
  3. On the Create SQL Database Server page, fill in:

    FieldValue
    Server namehcpdevdvsvr
    Location(Asia Pacific) Southeast Asia
    Authentication methodSQL authentication
    Admin loginhcpdevdbop1
    Password(Enter your password)
    Confirm password(Re-enter your password)
  4. Back on the main database page:

    FieldValue
    Use elastic pool?No
    Workload environmentDevelopment
  5. Go to Networking and set the following:

    SettingValue
    Connectivity methodPublic endpoint
    Allow Azure services to access this serverYes
    Add current client IP addressYes
  6. Go to Additional settings and choose:

    SettingValue
    Use existing dataSample

This installs a sample version of the Adventure Works database.

  1. Go to Tags and add:

    KeyValue
    ProjectHCP
    GroupData Group
  2. Click Review + CreateCreate.

Create the Data Factory

Finally, create the Azure Data Factory instance.

  1. Go to Data Factories (V2)Create

  2. Enter the following details:

    FieldValue
    SubscriptionAzure Subscription 1
    Resource grouphcpdatagroup
    Namehcpdevadf
    RegionSoutheast Asia
    VersionV2
  3. Click Review + CreateCreate.

Once the Data Factory is ready, click Launch Studio to open Azure Data Factory Studio in a new tab. You can also open it directly by visiting:

https://adf.azure.com/

Inside ADF Studio, click Pipeline templates to view the built-in templates provided by Azure.
You can also create and save your own custom templates.