An Azure App Service Web API using .NET Core was successfully deployed using the Visual Studio 2017 Publish function but now the URL needs to change. How can I do that?
Asked
Active
Viewed 943 times
-1
-
Using search: https://stackoverflow.com/questions/40656603/rename-an-azure-function – Miq Mar 15 '19 at 22:07
1 Answers
0
You could map custom DNS name to Azure App Service
- Go to the App Service blade.
- On the blade, find the Custom domains or bind the SSL settings.
Then you could follow the Tutorial: Map an existing custom DNS name to Azure App Service and the Tutorial: Bind an existing custom SSL certificate to Azure App Service. As both API Apps and Web Apps share the same underlying infrastructure.
Hope it helps.

George Chen
- 13,703
- 2
- 11
- 26
-
@Anon_unique, any more problems? If this could help you, you could mark it as the answer. Thanks! – George Chen Mar 27 '19 at 11:02