I need to configure my standard Front Door CDN for a new Power Pages website

Don Bowden 20 Reputation points
2025-05-13T14:51:00.39+00:00

configure Front Door and Power Pages to work with custom domain

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
860 questions
{count} votes

Accepted answer
  1. Shravan Addagatla 1,530 Reputation points Microsoft External Staff Moderator
    2025-05-13T15:35:00.3933333+00:00

    Hi Don Bowden

    In addition to Alex's response, you can also refer to the following points and guide.

    I understand that you're trying to set up Azure Front Door for your Power Pages website with a custom domain. Let's go through the essential steps to get this configuration sorted.

    Firstly, set up Azure Front Door by creating an Azure Front Door resource in the Azure portal. You’ll want to be sure to select either the Standard or Premium tier, which allows you access to more features, including WAF. Here’s a quickstart guide on creating Azure Front Door.

    After creating your Front Door instance, set the origin to your Power Pages site's host name, which will look something like yoursitename.powerappsportals.com.

    Now, you will need to add your custom domain in the Azure Front Door's frontend endpoint or host's section. Make sure you also update your DNS records to point to the Front Door endpoint. Typically, you'll be creating a CNAME record but refer to your DNS provider's documentation for specifics. Microsoft has a good resource on configuring custom domains in Azure Front Door.

    SourceTypeDestination<www.contoso.com>CNAMEcontoso-frontend.azurefd.netIt’s crucial to secure your connection, so you should enable SSL/TLS for your custom domain. Azure Front Door offers managed certificates that simplify this process. Check the guide on enabling HTTPS for custom domains.

    Once everything is configured, test the setup by visiting your custom domain. You should see your Power Pages website being served correctly through Azure Front Door.

    To make you understand easier, I have replicated your setup and able to access the PowerApps via Azure Front door custom domain.

    Created PowerApps Web site (https://shravanapps.powerappsportals.com/
    User's image

    **
    Created Azure Front Door Endpoint with origin as PowerApps hostname.**
    User's image

    User's image

    **
    Added custom domain "powerapps.azureonline.xyz" on Azure Front door with TXT validation.**
    User's image

    **
    Once the TXT record is in place, we will be able to see the validation state to Approved.**User's image

    User's image

    We can be able to access the PowerApps via Azure Front door custom domain as below.
    User's image

    Refer this article: Set up Azure Front Door with Power Pages sites
    If you have any issue on setting up this environment or need further details on any of these steps, please let me know! I’m here to help clarify anything that might be confusing.

    Good luck with your setup!

    If the above information was helpful. Please don’t forget to close the thread by clicking "Accept the answer" and "Yes" wherever the information provided helps you, as this can be beneficial to other community members.
    User's image

    Thanks,


1 additional answer

Sort by: Most helpful
  1. Alex Burlachenko 11,610 Reputation points
    2025-05-13T15:13:17.9066667+00:00

    Hi Don,

    Thank you for posting your question on the Q&A portal! I’m happy to help you configure Azure Front Door with your Power Pages website using a custom domain. Let’s break this down into simple steps so it’s easy to follow, even if you’re new to this.

    First, you’ll need to set up Azure Front Door to route traffic to your Power Pages site. Azure Front Door is a global, scalable entry point that uses the Microsoft global network to deliver fast and secure applications. You can find more details in the official Microsoft documentation on Azure Front Door.

    Next, make sure your Power Pages website is properly published and accessible. Power Pages allows you to create low-code, business-focused websites, and you can learn more about it in the Microsoft Power Pages documentation.

    To connect a custom domain, you’ll need to add it in Azure Front Door’s frontend hosts section. Then, you’ll have to update the DNS records for your domain to point to the Front Door endpoint. This usually involves creating a CNAME record, but sometimes an A or AAAA record is needed. The exact steps depend on your DNS provider, but Microsoft has a guide on configuring custom domains in Azure Front Door that explains it well.

    Also, don’t forget to configure SSL/TLS for your custom domain to ensure secure connections. Azure Front Door provides managed certificates, which you can enable easily. Check out the Microsoft guide on enabling HTTPS for custom domains for step-by-step instructions.

    Once everything is set up, test your configuration to make sure traffic flows correctly from your custom domain through Front Door to your Power Pages site.

    Thanks again for your question, and I hope this helps you get everything working smoothly. Let me know if you need any clarifications!

    just in cases if you need step by step you can review my article at my blog https://ctrlaltdel.blog/archives/309 that is step by step how to...

    Best regards,
    Alex
    P.S. If my answer help to you, please Accept my answer
    PPS That is my Answer and not a Comment
    https://ctrlaltdel.blog/
    
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.