December 2022

  • Ping from an Azure Function App Disabled

    Ping from an Azure Function App Disabled

    Ping from the console was disabled by default but this blog post gave me another option: How to ping from an Azure App service with TCPPING – Code4IT  Ping response: Tcpping response:

    Know More

  • Xslt Transformation with Azure Function

    XsltCompiledTransform does not allow embedded (inline script) code. I came across this github project and need to test this out: brandonh-msft/EmbeddedXsltTestFunction: Demonstrates how to use custom code in an XML Transform from within an Azure Function (github.com) On the face of it the embedded code can be migrated into ExtensionObjects – it sounds perfect!

    Know More