Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open up a PowerShell in the Azure portal.

  2. Run the below code snippet to download the deployment archive, unzip it, and change directory into the newly expanded archive:

    Unzip using:

    Code Block
    wget https://bplmdemoappstg.blob.core.windows.net/deployment/vm-azure/test/comparetool.zip
    unzip comparetool -d lho
    cd lho

  3. Once the compare tool is extracted. You will need to run the script. Simply type, “compare.ps1” and the script will run

  4. The script now prompts to input the subscription name or ID using:

...