🚀 Troubleshooting Tips for Azure Web App Services 🚀
Running a web application on Azure Web App Services? 🌐 Here are some tips and tricks to help you troubleshoot! 🔍
1. Kudo Console: Use 'tcpping'. It's like ping. It allows you to test whether a web application can reach an endpoint using a hostname, IP address, or port. (For example: tcpping sub.domain.com:443)
2. Network Troubleshooter: In the Diagnose and Solve Problems panel, use the Network Troubleshooter to test connection issues. Specify endpoints via hostname:port to validate connectivity. 🌐 (For example, its good at identifying if this is a DNS issue or not)
Share these tips with your fellow developers! Let’s keep our apps running smoothly on Azure. 🚀💙