def _on_azure_functions()

in src/elasticotel/distro/resource_detectors.py [0:0]


def _on_azure_functions():
    """Cheap check to detect if we are running on Azure functions"""
    return "FUNCTIONS_WORKER_RUNTIME" in os.environ