...
Open up a PowerShell in the Azure portal.
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
Once the compare tool is extracted. You will need to run the script. Simply type, “compare.ps1” and the script will run
The script now prompts to input the subscription name or ID using:
...