2
votes

I'm trying to upload my ssl certificate bought from GoDaddy to azure, but custom SSL is not supported in the Free or Shared tier. Do I really need to scale up my plan to Basic in order to install ssl in azure? Has anyone faced this before?

2
Not sure what you're asking, it's crystal clear custom certificates are supported only in Basic and up - docs.microsoft.com/en-us/azure/app-service/…. You can still use https://yourWebApp.azurewebsites.net as freebie TLS in any SKU.evilSnobu
What about this case?bbusdriver
You are referencing a bug from 3 years ago, which has nothing do to with your scenario.evilSnobu
It's just not right for microsoft to force people to scale it up when my website does not need basic plan.bbusdriver
@pavilion In defence of Azure (or for that matter any cloud provider), not all workloads are suitable to run in cloud economically speaking. In fact, we ran our website in shared hosting for a very long time because it was quite expensive to run our website in Azure. Furthermore, we didn't really need the benefits (elasticity, scalability etc.) offered by cloud. I guess the point I am trying to make is that you probably don't have to host your application in Azure if you're not availing the full benefits offered by it.Gaurav Mantri

2 Answers

0
votes

From your issue description, I believe it is Azure App Service WebApps. Yes. To use custom domains in Azure Web Apps, your web app's App Service plan must be a paid tier (Shared, Basic, Standard, or Premium). Reference: https://docs.microsoft.com/en-us/azure/app-service/custom-dns-web-site-buydomains-web-app#prepare-the-app

0
votes

The documentation is clear in that Custom Domains/SSL Certificates are not supported in the free tier. Your choices are Shared, Standard, Basic, Premium, and Isolated--all of which are tiers you pay for.