'Getting app service logs for internal calls in Azure

We have a .Net app that uses Apereo CAS for authenticating. We verified that the app service is not able to hit the CAS back end to submit the ticket coming from CAS. There should be a GET from our App Service in Azure to the CAS server in a different environment but we can't find any info in the logs that will show us an error. The Apereo code runs inside of the App Svc, configured by entries in our web.config, so we aren't making the GET request in our code.

Maybe someone has had this problem before and figured it out? (hopefully) Thank you!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source