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

Move image deployment to App Service extension

Open bwateratmsft opened this issue 3 years ago • 2 comments

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 avatar Jul 29 '22 19:07 bwateratmsft

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 avatar Nov 14 '22 18:11 bwateratmsft

Related to #3873.

bwateratmsft avatar Jun 14 '23 18:06 bwateratmsft