vscode-docker
vscode-docker copied to clipboard
Move image deployment to App Service extension
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
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.
Related to #3873.