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.
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
Post a Comment