๐ 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. ๐๐