Share via

Can you bring your own certificate to Azure Static WebApp?

James Macdonald 6 Reputation points
2020-07-20T09:07:01.467+00:00

I understand that Azure Static WebApps have a free certificate which is great! But is there a way to bind our own certificates similar to a Basic App Service? I don't mind using the free one now but in future I'd like to use my Apex domain (instead of www) and my own certificate.

Azure Static Web Apps
Azure Static Web Apps

An Azure service that provides streamlined full-stack web app development.

0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 22,721 Reputation points Moderator
    2020-07-21T16:41:18.64+00:00

    Thanks for asking question! For Static web app we cannot bind our own certificates like as in Basic App Service. Also, the best way to share your feedback would be to create a User Voice feedback item and upvote it. The product group monitors this site for feedback. This is the best way to ensure you are heard and you may receive a response depending on how much they information they can currently share.

    For Setting up a custom domain in Azure Static Web Apps you may refer to below official doc link:

    https://learn.microsoft.com/en-us/azure/static-web-apps/custom-domain

    https://burkeholland.github.io/posts/static-app-root-domain/

    2 people found this answer helpful.

  2. Andrew Rondeau 1 Reputation point
    2022-01-07T18:46:51.483+00:00

    You can bring your own certificate, if you're willing to jump through a few hoops:

    1. First you need to set up Azure Front Door: https://learn.microsoft.com/en-us/azure/static-web-apps/front-door-manual
    2. Then you need to configure SSL with your own certificate

    Hope this helps!

    0 comments No comments

Your answer

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