windows - Continuous deployment with Microsoft Azure -


if worker role or matter web roles continuously serving both long/short running requests. how continuous delivery work in case? pushing new release in cloud abort current active sessions on servers. should strategy handle situation?

cloud services have production , staging slots, can change whenever want. continuous d or can implemented using visual studio team services, , recommend - use that. say, demands decide when should switch production , staging slots (for example, did when user load low, in our case night, can different in case). slots swapping fast process , (as far know) process of changing settings behind load balancers not physical deployment.

https://azure.microsoft.com/en-us/documentation/articles/cloud-services-continuous-delivery-use-vso/#step6

upd - remember testing that, , experience incoming connections stable (for example, rdp) , outgoing not. so, can not guarantee existing connections ended gracefully, experience there no issues.


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -