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, tool and 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“./compare.ps1” and the script will run

  4. The script now prompts to input the subscription name or ID using:id, and the 1st and 2nd resources to compare

Code Block
Please enter the Subscription ID or Name: a9190ff-124141-f1341241-fafa
Please enter the name of the first resource: mm-lho
Please enter the name of the second resource: mm-lho-2

...