This script allows you to collect external IPs and URL's (webapp) from any Azure subscriptions that you have access to.
The information is saved to files, so you can use the data in other tools if you fancy.
But the script also allows you to scan the resources using the data collected
Install azure cli (az)
pip3 install -r requirements.txt
azure_cloudgazer.py [-h] [-ip] [-url] [-scan] [-waf] [-ports]
python3 azure_cloudgazer.py -ip
python3 azure_cloudgazer.py -url -scan
Q: Why did you not use the python azure-cli module? Instead of wrapping az?!
A: Next question!