I have a few settings in my applications that rely on the deployment slot. I understand the penalties and implications such a design decision incurs, but the decision is final and works for our case.
What I would like to know is what events fire when you change a hosted service's Deployment Slot (if any)? The RoleEnvironmentTopologyChange looked correct, but in the decsription it says it fires when the number of instances changes, so that's not what I'm looking for.
The reason I need it is to invalidate the cache that is holding the slot - that is further passed on to the resolver that gets the data specific to the deployment slot.