I have a 4.7 .Net Framework application running in an Azure App Service. I wanted to track some TLS related data in my IIS logs in the same way that I would in a VM, as explained here. I've added the IIS Manager site extension and xdt transform file as outlined here -
If I navigate to the D:\local\Config\applicationhost.config through Kudu I can see my config file looks to be transformed as expected but the IIS log files are missing the relevant headers. Expected Headers:
- crypt-protocol
- crypt-cipher
- crypt-hash
- crypt-keyexchange
Is this functionality actually supported by the App Services, there is a discussion about it here but it isn't definitive if the functionality is supported or not