azure-functions-host icon indicating copy to clipboard operation
azure-functions-host copied to clipboard

Create test tooling for local validation of specialization

Open brettsam opened this issue 3 years ago • 1 comments

We need a way to quickly validate specialization logic for both Windows and Linux locally during development. This needs some design work, but we could:

  • have a separate console app just for our "test tooling" that could launch the host in standby mode
  • you'd specify a path to an app locally
  • have some secondary command that sets the appropriate settings to put the app into standby mode

Windows functionality wouldn't be too hard but Linux would need some work to package and Assign the app to a running Linux image.

brettsam avatar May 04 '22 20:05 brettsam

Moving this back to the backlog/triage

fabiocav avatar Jul 06 '22 20:07 fabiocav