|
public async deployWebAppImage(images: string, multiContainerConfigFile: string, isLinux: boolean, isMultiContainer: boolean, startupCommand: string): Promise<void> { |
We just need to update the config and not do an explicit restart operation. The config change triggers a restart.
pipelines-appservice-lib/packages/appservice-rest/src/Utilities/ContainerDeploymentUtility.ts
Line 17 in 6299870
We just need to update the config and not do an explicit restart operation. The config change triggers a restart.