Bind a custom SSL Certificate to an Azure Web App
- Arlan Nugara
- May 8, 2023
- 1 min read
For this example of applying an SSL certificate:
The web app has a custom domain applied that points to the Azure app. Read here for how to set up a custom domain for an Azure app.
The web app is running in Basic 1 Tier (pricing/features)
The SSL certificate has been purchased from a trusted certificate authority (CA), and is a wildcard certificate for use on multiple different domain websites on multiple servers, saved in .pfx format.
Comments