Set up troubleshooting environment

Completed

You'll troubleshoot a load balancing problem in a later exercise. Use the following instructions and the Azure Cloud Shell on the right of the screen to create the environment.

Create the exercise environment

Use the Cloud Shell on the right run these commands to create the example topology.

  1. Copy and paste this command on the right to clone the setup script from GitHub.

    git clone https://github.com/MicrosoftDocs/mslearn-troubleshoot-connectivity-issues-virtual-machines networking
    
  2. Run the setup script with this command.

    bash networking/setup.sh
    
  3. You can continue to the next unit as this command runs in the background.