5 min Azure Functions compute with powershell log analytics workspace
https://learn.microsoft.com/en-us/azure/azure-functions/functions-monitor-log-analytics?tabs=python Use logging like this So we followed the tutorial and created a log analytics workspace Then we added that workspace to the function app to store logs for 7 days The we can do query’s on logs We can now set up the logging in the app example, logging.info(“ALERTMSG-COIN”) Then we can set up […]
5 min Azure Functions compute with powershell log analytics workspace Read Post »