Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The method to build a HTTP site that solely redirects on Azure is as follows:

  1. Create a new web app in Azure.
  2. Go to the app's settings and click on "Custom domains".
  3. Add the domain you want to redirect to in the "Hostname" field.
  4. Click on "Add binding" and select "HTTP" as the protocol.
  5. In the "Redirect to" field, enter the URL you want to redirect to.
  6. Save the settings and wait for the changes to be applied.

Your HTTP site will now solely redirect to the specified URL.