Skip to content
This repository was archived by the owner on Oct 14, 2023. It is now read-only.
This repository was archived by the owner on Oct 14, 2023. It is now read-only.

How to import a custom python module file into azure function #44

@infact

Description

@infact

How to import a custom python module file into azure function.
My python class needs to import my custom class. For instance

import os
import time
from optparse import OptionParser
**from mlutil import HTMLPath**

How can I upload/where to upload my mlutil.py file so that my import from mlutil class won't throw error in my azure function ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions