microsoft / vscode-azureappservice

Azure App Service extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureappservice
MIT License
111 stars 94 forks source link

Allow users to deploy zip files directly #2621

Closed nturinski closed 6 months ago

nturinski commented 7 months ago

Tested it with a zip file and it seems like it works perfectly fine.

How to test:

  1. Clone a sample project (this one works fine https://github.com/johnpapa/node-hello)
  2. Zip its contents (make sure that you don't zip the folder itself)
  3. Right-click and deploy
nturinski commented 6 months ago

Can't actually test this right now due to tests being skipped, but I think that this should work