Hi @Shaun Tonstad
Thanks for the positive response and for sharing the update. I also appreciate your confirmation by email.
Thanks for reaching out with the details on your managed wildcard certificate. I understand you're trying to add a new subdomain like foo.contoso.com to your App Service but aren't seeing the wildcard certificate in the free managed certificate dropdown — this is expected, as free App Service managed certificates don't support wildcards.
Here's the recommended way to get this working:
- Import the certificate into your App Service (if not already done): Go to your App Service >Certificates (or TLS/SSL settings) > Bring your own certificates (.pfx) > Add certificate > Import App Service Certificate. Select StellarConquestWildcard-2025, validate, and add it.
- Add the subdomain: In Custom domains > + Add custom domain, choose All other domain services, enter foo.contoso.com, and select Add certificate later.
- Bind the wildcard certificate: Once the domain is verified (via the required CNAME record), select Add binding next to the new domain, choose your imported wildcard certificate, use SNI SSL, and save.
This should allow any subdomain matching *.contoso.com to use the existing certificate.
Reference :
https://learn.microsoft.com/en-us/azure/app-service/configure-ssl-certificate?tabs=apex%2Crbac%2Cazure-cli
https://learn.microsoft.com/en-us/azure/app-service/configure-ssl-bindings
https://learn.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-custom-domain?tabs=root%2Cazurecli


If the answer is helpful, Please do click "Accept the answer” and Yes, this can be beneficial to other community members.
If you have any other questions, let me know in the "comments" and I would be happy to help you