Portal
The Inbound, Outbound, and Possible Outbound addresses can be located in the Azure portal by selecting your web app and clicking the Properties blade:
Azure cli
The Virtual IP address can be retrieved with an nslookup command:
nslookup
.azurewebsites.net
The Outbound a...