EnCortex uses python’s logging module to log information, warnings and errors. Thus, we natively support integrating with Azure Monitor. To integrate with Azure Monitor:
python -m pip install opencensus-ext-azurelogger.addHandler(AzureLogHandler( connection_string=’InstrumentationKey=00000000-0000-0000-0000-000000000000’) ) ```