Comment 5 for bug 1577798

Revision history for this message
Andrew Wilkins (axwalk) wrote : Re: azure 400 bad request creating networks

Aaron, FYI, there's quite a nice CLI tool for Azure: https://azure.microsoft.com/en-us/documentation/articles/xplat-cli-install/. After installing, I think listing the groups is just a matter of:
    azure config mode arm
    azure login
    azure group list

Then you can "azure group delete <name>" for each one.