Skip to content

Latest commit

 

History

History
95 lines (62 loc) · 3.74 KB

Deploy.md

File metadata and controls

95 lines (62 loc) · 3.74 KB

Deploy Azure Data Platform End2End to your subscription

In this section you will automatically provision all Azure resources required to complete labs 1 though to 5. We will use a pre-defined ARM template with the definition of all Azure services used to ingest, store, process and visualise data.

The estimated time to complete this lab is: 30 minutes.

Prepare your Azure subscription

In this section you will use the Azure Portal to create a Resource Group that will host the Azure Data Services used in labs 1 through to 5.

IMPORTANT
Execute these steps on your host computer
  1. Open the browser and navigate to https://portal.azure.com

  2. Log on to Azure using your account credentials

  3. Once you have successfully logged on, locate the Favourites menu on the left-hand side panel and click the Resource groups item to open the Resource groups blade.

  4. On the Resource groups blade, click the + Add button to create a new resource group.

  5. On the Create a resource group blade, select your subscription in Subscription drop down list.

  6. In the Resource group text box enter “MDW-Lab”

    IMPORTANT: If you are deploying this workshop to multiple students using the same subscription then add the student alias to the resources group name so they can identify their own set of resources and avoid confusion during the labs. Example: "MDW-Lab-Student01"

    IMPORTANT: The name of the resource group chosen is not relevant to the successful completion of the labs. If you choose to use a different name, then please proceed with the rest of the lab using your unique name for the resource group.

  7. In the Region drop down list, select one of the regions from the list below.

    IMPORTANT: The ARM template you will use to deploy the lab components uses the Resource Group region as the default region for all services. To avoid deployment error when services are not available in the region selected, please use one of the recommended regions.

    Recommended Regions
    US East
    US East 2
    US Central
    US West 2
    Europe West
    Asia Southeast
    Europe North
    US South Central
    US West
    UK South
    Australia East
    Canada Central
    Japan East
    Germany Central
    France Central
    India Central
    Brazil South
    Korea Central
    Korea South
  8. Proceed to create the resource group by clicking Review + Create, and then Create.


Deploy Azure Services

In this section you will use automated deployment and ARM templates to automate the deployment of all Azure Data Services used in labs 1 through to 5.

  1. You can deploy all Azure services required in each lab by clicking the Deploy to Azure button below.

    Deploy to Azure

  2. On the Deploy to Azure - Setup page provide:
    - Your organisation directory
    - The subscription you want to use
    - The resource group you created in the previous section

  3. Click Next

  4. On the Deploy to Azure - Preview just click Deploy

  5. On the Azure Portal, navigate to your resource group.

  6. On the Overview panel, click on the Deployments link to follow the progress of your deployment. A successful deployment should last less than 10 minutes.

  7. Once your deployment is complete you are ready to start your labs. Enjoy!