We've deployed Azure Functions on Linux to an Azure Container Instance.
Unfortunately, the application insights logging is not displaying my cloud_RoleName at all using the default ILogger. In order to query logs by container, I need to set the cloud_RoleName to the name of the container image.
How can I set this telemetry property without having to use the Telemetry Client directly?