Azure Function, Logging part II
Time to put the logging into action, I am going to use a simple Azure Function (HTTP-trigger) to create the log entries in Application Insight. Input message This will be a simple input to the http-triggered function, an invoice containing rows The Azure Function will also validate this message including some query parameters and a […]
Azure Function, Logging part II Read More »