Skip to content

tcsatheesh/python_function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run in command line

func init --docker --language python --worker-runtime python --source-control
func new --language python --name StorageTrigger

func new --language python --name StorageTrigger --template "Azure Blob Storage Trigger"

docker build --tag <docker id>/azurefunctionsimage:v1.0.0 .

docker run --env-file ./.env -p 8080:80 -it <docker id>/azurefunctionsimage:v1.0.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published