I previously enabled remote desktop in my Azure project to allow me to debug in our staging environment. This added a 3rd endpoint on port 3389in addition to 80 and 443.
I've finished debugging and disabled remote desktop in the publishing wizard then did another deployment to staging. I then tried to do a VIP swap with our production instance, but Azure admin console is throwing an error due to staging have 3 endpoints
and production have 2 (you can't do a VIP swap between instances that have different # of endpoints).
I've triple checked that in the publish wizard that I specific to have remote desktop disabled. The Azure admin console shows that port 80, 443 and 3389
are in the staging deployment. I've verified in the .csdef file that remote desktop is set to "false".
How do I disable this endpoint? Am I missing a step to disable it?