Hi I have a API deployed and is used in production, and I have been reading a bit about deployment slots. The thing is the API that is in Production has it own custom URL.
What I am wondering is that, if I deploy an updated version of the API, and swap it in Azure... would it still get the same URL as the old one?
That is will it also swap the URL, resulting in using it so that I don't have to change the URL in other connected systems?