Azure / Azure/Azure-Functions

Azure function restart when the root folder changes

Open
#2,364 5 comments 0 reactions 1 assignee Claimed by @vijaykumar911 View on GitHub
bug Needs: Attention :wave: Needs: Triage (functions)
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 :

image

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.