Python logging to Azure
问题 I am using Python and I was wondering if there is any package/simple way for logging directly to Azure? I found a package (azure-storage-logging) that would be really nice, however it is not being maintained and not compatible with the new Azure API. Any help is welcome. 回答1: You should use Application Insights which will send the logs to Azure Monitor (previously Log Analytics). https://docs.microsoft.com/en-us/azure/azure-monitor/app/opencensus-python 回答2: I had the same requirement to log