8000 GitHub - uolter/azure-python-function-with-terraform: Simple example to deploy a python function in azure with terraform
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

uolter/azure-python-function-with-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Functions Python developer guide

Build docker image

sudo docker build -t uolter/azure-functions-core-tools .

Working with docker image

sudo docker run -it --rm -v $(pwd):/src -p 7071:7071 uolter/azure-functions-core-tools 

Once in the docker container:

>> cd  MyFunctionProj
>> pyenv virtualenv 3.7.4 venv
>> pyenv global  venv
## Run the function locally
func host start

About

Simple example to deploy a python function in azure with terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0