Azure, use wildcard ssl on different resource groups

Eden Hazani 1 Reputation point
2021-12-12T13:38:48.76+00:00

Hello,

I want to use my wildcard SSL for multiple subdomains that I host using Azure web app.
my question is:
Can I use the same SSL certificate (stored in resource group number 1) in web apps that are contained within resource group number 2?

Thank you

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,408 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 20,856 Reputation points
    2021-12-13T16:03:05.057+00:00

    Thanks for asking question! If I have understood right you want to purchase a single wildcard SSL certificate for *.mydomain.com and apply it to multiple subdomains, If so you may want to know that Certificates are specific to Resource Group and are visible to all the web apps in that resource group.

    As mentioned in the document "A certificate uploaded into an app is stored in a deployment unit that is bound to the app service plan's resource group and region combination (internally called a webspace). This makes the certificate accessible to other apps in the same resource group and region combination. "

    In case your other App service/ app service plan is in a different resource group, then you need to again Import/Upload the certificate.

    Let us know.

    0 comments No comments