-
Notifications
You must be signed in to change notification settings - Fork 433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When local.settings.json is absent, runnig func host start does not work for newer worker models #3544 #3836
base: v4.x
Are you sure you want to change the base?
Conversation
Thanks for working on this! SWA CLI is used in many of our samples along with the Functions emulators, so this would still remain an issue. |
Thanks for the suggestion. will look into it |
Issue describing the changes in this PR
-> when local.settings.json is absent.
Scenario1: running 'func host start' will Display Available WorkerRuntime on the screen and user can select the Runtime from the list so the FUNCTION_WORKER_RUNTIME setting is added and start hosting the function app
Scenario2: running 'func host start --{WorkerRuntime}' will add FUNCTION_WORKER_RUNTIME setting and start hosting the function app.
resolves #3544
Pull request checklist