@EnterpriseArchitect If you have already purchased the Wildcard App Service certificate from Azure you can simply select the certificate from the list of available certificates in the "Bindings" section of the "TLS/SSL settings" page for your App Service app.
To do this, follow these steps:
- Go to the Azure portal and navigate to your App Service app.
- In the left-hand menu, click on "custom domains" blade
- Click on "Add binding" and add a new binding for your custom domain.
- Select the Wildcard App Service certificate from the dropdown menu and click "Add binding".
Note there is not really a risk of downtime since your certificate is already expired.
One final item, if you were using an IP based SSL binding, there is a chance your inbound IP address will likely change over the next week or two (letting IP based SSL expire puts the private IP address back into the pool of available addresses for other customers). If your original binding was SNI SSL, you have nothing to worry about.
Once you have completed these steps, your Wildcard App Service certificate will be bound to your custom domain, and you can proceed with configuring auto-renewal.