This repository has been archived by the owner on Oct 14, 2023. It is now read-only.
This repository has been 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
Open
Description
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
Assignees
Labels
No labels
Activity