Azure functions not working inside docker
I created one azure function using the following command:
func init –worker-runtime python –docker
func new –name HttpExample –template “HTTP trigger”
I created one azure function using the following command:
func init –worker-runtime python –docker
func new –name HttpExample –template “HTTP trigger”