Azure function restart when the root folder changes
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
I want to use Azure functions to generate apps at runtime via CLI commands. Let's consider running angular generate command **ng new hert**. The process of new app creation internally involves creating new folders. As soon as the process starts creating new folders this in turn signals the function app to restart as the host configuration changes.
Please refer to the screenshot below :

Any help on this is appreciated.
To also include how I am executing the function:
1. Using custom image over mcr base node image for az functions
2. using HTTP trigger
3. using node child process (spawn) to execute shell
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.