My Application has two app service plan. Non Prod and Prod. We are using NonProd for development and testing. And, Prod for Production. However, its found that, the Prod has only one slot(that is, no staging slot present)
I refereed this : https://docs.microsoft.com/en-us/azure/app-service/deploy-staging-slots and recommended the infra to create a staging slot in the Prod app service plan. However, got the answer that are multiple things has to be changed if they are making a staging slot. For example, during swap the stage URL will replace the Production URL and they need to change DNS to map those. - Are DNS change required?
As per my knowledge this should not be the case.
My question is, Is it that, during swap ( due to some different configurations) the production URL will be replaced by the stage URL?? Also, are there any step by step guide, which will clarify and confirm , what all things will change and what all will not? What all team's involvement required considering real customer application going to Prod?
As per my knowledge, the best recommended way is to create a stage and swap, this is not that difficult and should be completed in 5 mins (if proper access is there).
Hope I have explained this correctly. If someone has faced similar situation and has some better past expertise, please clarify. Thanks.