Open bwateratmsft opened 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.
Related to #3873.
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