Open
Description
Which example? Describe the issue
example: online-endpoints-simple-deployment.ipynb
description:
My code is based on this notebook. However, I added the app_insights_enabled
flag to the deployment variable in order to save logs generated in score.py to application insights. This doesn't work. I tried print statements and logging.info statements but I cannot see any of these entries in application insights of the deployment.
How can I solve this problem? Or what's the recommended way to save custom logging commands to an azure logging service?