Azure / azure-libraries-for-java

Azure Management Libraries for Java
https://docs.microsoft.com/en-us/java/azure/
MIT License
94 stars 98 forks source link

appservice slot update support dockerimage #1265

Closed weidongxu-microsoft closed 4 years ago

weidongxu-microsoft commented 4 years ago

Fix https://github.com/Azure/azure-libraries-for-java/issues/1263

@Flanker32

I've added a shared Update flow for dockerimage (via DeploymentSlotBase interface).

Create flow is not added, and it likely not able to be shared.

Let me know your feedback.