DataDog / datadog-aas-extension

Datadog Azure App Services Site Extension
Apache License 2.0
9 stars 12 forks source link

Remove w3wp process lookup on install #55

Closed zacharycmontoya closed 3 years ago

zacharycmontoya commented 3 years ago

Modify validate-w3wp-stopped.ps1 to remove the w3wp process lookup. This should always result in success because applicationHost.xdt.dd should be present and transformed into applicationHost.xdt, though this keeps the failure branch around in case of error.

colin-higgins commented 3 years ago

I think we can remove the validate script entirely, and change the applicationHost.xdt.dd file back to applicationHost.xdt

zacharycmontoya commented 3 years ago

I think we can remove the validate script entirely, and change the applicationHost.xdt.dd file back to applicationHost.xdt

Done in 53b3ca5884e2cef762085c49684336fb706c0929 . Let me know what you think. The deploy on this will require a close eye to make sure I didn't miss any references, but I think I've got them all