I want to publish an app but it is asking for https ? Do I neeed to purchase the certificate

Mohammad Ashfaq 0 Reputation points
2025-10-26T10:42:22.4266667+00:00

I want to publish an app but it is asking for https ? Do I neeed to purchase the certificate

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vinodh247 39,201 Reputation points MVP Volunteer Moderator
    2025-10-26T10:46:33.8566667+00:00

    Hi ,

    Thanks for reaching out to Microsoft Q&A.

    If you are publishing your app in Azure app service, you do not need to purchase an SSL certificate. Azure automatically provides a free HTTPS certificate for the default domain (*.azurewebsites.net).

    If you are using a custom domain (like myapp.com), you can either:

    1. Use the free Azure App Service Managed Certificate (recommended), (or) Upload your own purchased certificate from a provider (only if you need advanced options).

    If your app is hosted in Azure App Configuration, HTTPS is mandatory but already managed by Azure, you do not need to configure or buy any certificate.

    If you are hosting on a VM, container, or onpremises, you must configure HTTPS yourself. In that case, you can get a free certificate from Let’s Encrypt or use Azure Front Door / Application Gateway to manage HTTPS for you.

    Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.

    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.