microsoft / vscode-docker

Docker Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker
Other
1.22k stars 517 forks source link

Move image deployment to App Service extension #3594

Open bwateratmsft opened 2 years ago

bwateratmsft commented 2 years ago

Similar to how we want to do ACA implementation, let's move the App Service deployment out into the AppSvc extension. A soft dependency in the Docker extension can call a command in AppSvc.

Related to #3535

bwateratmsft commented 2 years ago

As a potential alternative, there is a REST-based Azure App Service SDK that is drastically smaller when webpacked than the current SDK. Using this might eliminate part of the justification to move the deployment to the App Service extension.

bwateratmsft commented 1 year ago

Related to #3873.