vscode-azureappservice icon indicating copy to clipboard operation
vscode-azureappservice copied to clipboard

Better handle apps deployed from the wrong directory

Open fiveisprime opened this issue 5 years ago • 1 comments
trafficstars

If a customer deploys an app that's nested in a subdirectory, warn them.

There are a couple of ways to check this:

  • If deploying to node, prompt if package.json isn't found in the root
  • If deploying to python, prompt if requirements.txt isn't found in the root
  • Check a couple levels deeper for the app and provide a suggestion of which directory to deploy

fiveisprime avatar Jan 13 '20 22:01 fiveisprime

Not sure I'll be able to actually fix the issue in the current milestone, but I wanna try to add some telemetry around this scenario

ejizba avatar Jul 19 '21 21:07 ejizba