0

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

Ricky Keane
  • 1,540
  • 2
  • 15
  • 21

1 Answers1

0

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

It not support now. You could vote up this feedback to promote this feature to be achieved.

Joey Cai
  • 18,968
  • 1
  • 20
  • 30