Skip to content

Files

Latest commit

 

History

History

function_dapr_secret

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Run Function App with Dapr

dapr run --app-id functionapp --app-port 7071 --port 3501 --components-path .\components\ -- func host start

Invoke the function:

curl -k -i http://localhost:7071/api/secret