Skip to content

Latest commit

 

History

History
103 lines (63 loc) · 5.52 KB

Deploy.md

File metadata and controls

103 lines (63 loc) · 5.52 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.

Azure services provisioned for the workshop

The following Azure services will be deployed in your subscription:

Name Type Pricing Tier Pricing Info
ADPEventHubs-suffix Event Hubs Namespace Standard https://azure.microsoft.com/en-us/pricing/details/event-hubs/
ADPLogicApp Logic app https://azure.microsoft.com/en-au/pricing/details/logic-apps/
NYCDataSets SQL database Standard S1 https://azure.microsoft.com/en-au/pricing/details/sql-database/single/
synapsesql-suffix SQL server
operationalsql-suffix SQL server
synapsedatalakesuffix Azure Data Lake Storage Gen2 https://azure.microsoft.com/en-us/pricing/details/storage/data-lake/
SynapseStreamAnalytics-suffix Stream Analytics job 3 SU https://azure.microsoft.com/en-us/pricing/details/stream-analytics/


IMPORTANT: When you deploy the lab resources in your own subscription you are responsible for the charges related to the use of the services provisioned. If you don't want any extra charges associated with the lab resources you should delete the lab resource group and all resources in it.

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 “ADPE2E-Synapse”

    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 errors when services are not available in the region selected, please use one of the recommended regions in the list below.

    Recommended Regions
    Australia East
  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.

  1. You will be directed to the Azure portal to deploy the ADPE2E ARM template from this repository. On the Custom deployment blade, enter the following details:
    - Subscription: [your Azure subscription]
    - Resource group: [select the resource group you created in the previous section]

    Please review the Terms and Conditions and check the box to indicate that you agree with them.

  2. Click Purchase

  1. Navigate to your resource group to monitor the progress of your ARM template deployment. A successful deployment should last less than 10 minutes.

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

Workshop cost management

Remember that you will start get charged from the moment the resource template deployment completes successfully. You can minimise costs during the execution of the labs by taking the following actions below:

Azure Resource Type Action
ADPLogicApp Logic App Disable it after completing Lab 5
SynapseStreamAnalytics-suffix Stream Analytics job Pause job after completing Lab 5

Some of the services still incur costs even when not running. If you don't want any extra charges associated with the lab resources you should delete the lab resource group and all resources in it.

Please click here to continue to the Workshop.

Once you here to return to the main page.