Hi WILLIAM WEIS,
Once the certificate is successfully uploaded or created (via App Service Managed Certificate or a third-party upload), follow these updated steps to bind it:
- Go to the App Service app in the Azure portal.
- In the left navigation pane, select TLS/SSL settings.
- Under Bindings, click on + Add TLS/SSL Binding.
- Choose domain + certificate.
- Choose TLS/SSL type (usually SNI SSL).
- Click Add Binding.
After this, your custom domain should be securely bound to the SSL certificate. Bind an existing custom SSL certificate to Azure App Service
If you’re navigating from the App Service Domains blade or from App Service Certificates, it won’t show the apps linked directly. Instead, navigate directly to the App Service App resource where you want to apply the certificate. You can find it from:
- The Resource Group
- The Search bar at the top ("App Services")
- The Home dashboard
Add TLS/SSL certificate to Azure App Service
Hope this helps, if you have any further concerns or queries, please feel free to reach out to us.