microsoft / azure-maven-plugins

Maven plugins for Azure
MIT License
272 stars 140 forks source link

Usage of func start options #2390

Open vasba opened 8 months ago

vasba commented 8 months ago

Hi!

I wonder how I can pass option --enableAuth from https://learn.microsoft.com/en-us/azure/azure-functions/functions-core-tools-reference?tabs=v2#func-start to mvn azure-functions:run.

BR

Flanker32 commented 7 months ago

@vasba Thanks for your report and sorry for the late response. Currently functions maven plugin did not support pass parameters to function host. As a workaround, you may run mvn azure-functions:package and run the function core tools manually in staging folder (<project-root>\target\azure-functions\<your-app-name>). Please feel free to reach us once you meet any more issues