I've added my function app to API Management in Azure.
My function app has an undesirable name swanky-function-app - and I want to change it.
When API management mounts it, it gives it a default URI of /swanky-function-app which is undesirable.
When I change the URL field to something nicer such as /some-new-path, when I test it, it 404s.
How do I customize the URL without it 404ing?


