Create Front Door http and tpaSchool.com.au to https redirection

Kevin 61 Reputation points
2022-11-12T22:31:49.297+00:00

Hi I purchased a domain with SSL certificate from crazydomains australia and if the user types http://tpakelsohigh.com.au or tpakelsohigh.com.au it still says ! Not Secure I want to setup Front Door or web.config - http and tpakelsohigh.com.au to https redirection and having no knowledge of the setup, if I do it wrong can it corrupt the existing https://tpakelsohigh.com.au that works correctly, can someone process it for me or a step by step example of setting up.

1.. If I get it wrong can I delete it and return to the origional setup.
2.. Is there a cost involved for someone to setup
3.. is there a cost from Azure to use a front door as I am doing this for beta testing in a school and need to alert them if the cost changes
4.. I need http://tpakelsohigh.com.au and tpakelsohigh.com.au url entries redirected.
5.. or can it be setup in the systems Web.config file (if so an example would be great)

Thanks
Hope Im not asking tooooo much
Kevin

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
587 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,126 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,954 questions
{count} votes

Accepted answer
  1. ChaitanyaNaykodi-MSFT 23,106 Reputation points Microsoft Employee
    2022-11-16T22:39:32.093+00:00

    @Kevin ,

    Thank you for providing additional details here.

    Based on my understanding here, you have web service tpakelsohigh.com.au hosted on a VM and you have purchased the domain with SSL certificate from crazydomains Australia. Now you want to redirect the HTTP traffic to HTTPS using Azure Front Door. Please correct me if my understanding is wrong here.

    Let me first start with your pricing related question.

    is there a cost from Azure to use a front door as I am doing this for beta testing in a school and need to alert them if the cost changes

    As mentioned above, Azure Front Door has fixed monthly cost depending on the type of SKU you want to use. You can go through this document for pricing details and this document for different SKU comparisons.
    If it helps you can also take a look at other Azure offerings to check which better suits your requirement. Going through this Load-balancing options in Azure will be a good starting point.

    Is there a cost involved for someone to setup

    I am not sure if I have understood the exact context here, you can deploy an Azure Front Door via Azure Portal by following the tutorials below.

    • You can follow this tutorial here to deploy an Azure Front Door where you can add you web applications public IP or publicly available DNS name as the backend.
    • You can delegate your domain to Azure Front Door by following this tutorial.
    • You can enable HTTPS on an Azure Front Door custom domain by following this tutorial.

    If I get it wrong can I delete it and return to the origional setup.

    Yes, although it is recommended to test the set-up in a non-production environment.

    I need http://tpakelsohigh.com.au and tpakelsohigh.com.au url entries redirected.

    Yes this is supported, article for reference.

    or can it be setup in the systems Web.config file (if so an example would be great)

    I think achieving the HTTP to HTTPS redirect should be possible using web.config file. I am adding the dotnet-runtime tag to this question so that dotnet experts can help answer your question. Alternatively, if you choose to take this path, you can post a question here with the dotnet-runtime tag.

    Hope this helps! Please let me know if you have any additional questions. Thank you!

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful