Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.36 KB

00CreateLab.md

File metadata and controls

51 lines (31 loc) · 1.36 KB

Lab 00. Create hands on lab environment

Using Azure Cloud Shell and Azure Cli script you can create a lab environment fast and easy. In this lab, use Azure Cli script to set up Hands-on Lab environment.

1. Create Hands-on Lab envrironment using a script

  1. Open browser and go to Azure Portal

  2. Click on new Dashboard

    new dashboard

  3. Type name of the dashboard as Azure Workshop

    new dashboard

  4. Open cloud shell from the browser

    cloudshell

  5. Download a script

    Run following commnad from the cloud shell prompt

    Please copy below command and past it to cloud shell prompt

    wget -O azlab.azcli https://raw.githubusercontent.com/xlegend1024/az-iot-hol/master/azcli/00.azlab-iot_us.azcli
    
  6. Run command to create a resource group and resource

    Care with subscription name when you run the script

    sh ./azlab.azcli

    run script

    Make sure you use correct Azure Subscription for the Hands-on lab.

  7. Make sure you have a resource group and resources:

    • Linux Virtual Machine
    • Windows Virtual Machine
    • Blob
    • CosmosDB
    • SQL Database

Main