sjkp/letsencrypt-siteextension

Certificates added to wrong resource group on Azure

paulo3339 opened this issue · 1 comments

I'm using the latest version of the extension (1.0.5) and trying to control which resource group in Azure the SSL certificates are added to, because I'm hitting some limits regarding the number of resources you're allowed in a resource group.

I've set the resource group Web App settings as follows:

  • letsencrypt:ResourceGroupName - to the resource group I want the certificates to added
  • letsencrypt:ServicePlanResourceGroupName - to the resource group of the service plan

But the extension is writing all certificates to the service plan resource group.

I'm not sure if this is a bug or expected behaviour. Is it possible to control which resource group the certificates are added to?

this would be a concern for me as well... I am putting the Plan it it's own RG, but would expect the certificate to be in the same RG as the App Service.