Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.73 KB

00-lab-environment.md

File metadata and controls

46 lines (27 loc) · 1.73 KB

Lab Environment

Classroom Setting

These labs are designed for delivery in a classroom. For these labs we require a Linux-based VM in Azure as a "jumpbox". The first task here is to create this virtual machine and install the required software on it.

Our labs are build and verified using CentOS7. Our recommendations is to use CentOS7.

Setup Environment

  • Setup your Jumpbox VM in Azure

    1. Browse to http://portal.azure.com

    2. Click on "Create a resource" and search for "CentOS-based 7.5"

    3. Deploy the CentOS-based 7.5 VM

      Size: D2s_v3

      Publisher: Rogue Wave Software

      NSG Rule: Allow inbound on SSH port

    4. After the CentOS jumbbox is provisioned in Azure, you can connect to it using SSH (PuTTY or MobaXTerm)

    5. Connect to your newly created jumpbox

    6. Goto Jumpbox Setup to install the required software

  • Setup Azure Cloud Shell:

    1. Browse to http://portal.azure.com

    2. Login with the Azure credentials

    3. Click on the cloud shell icon to start your session.

      alt text

    4. Select Bash (Linux)

    5. If you are using CloudShell for the first time, you will be prompted to setup storage for your cloud shell. Click Show advanced settings

      alt text

    6. Provide a unique value for Storage account name. This must be all lower case and no punctuation. Use "cloudshell" for File share name. See example below.

      alt text

    7. Click Create storage

    Note: You can also use the dedicated Azure Cloud Shell URL: http://shell.azure.com