-1

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?

  • Using search: https://stackoverflow.com/questions/40656603/rename-an-azure-function – Miq Mar 15 '19 at 22:07

1 Answers1

0

You could map custom DNS name to Azure App Service

  1. Go to the App Service blade.
  2. 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