shibayan / keyvault-acmebot

Automated ACME SSL/TLS certificates issuer for Azure Key Vault (App Service / Container Apps / App Gateway / Front Door / CDN / others)
Apache License 2.0
891 stars 233 forks source link

Issue After Switching to V4 .Dot and New Install Repo (Details Below) #716

Closed shlubz closed 3 months ago

shlubz commented 3 months ago

Describe the bug Getting the following error after switching the following values. This is causing my certificates to not renew as well.

FUNCTIONS_EXTENSION_VERSION = ~4 WEBSITE_RUN_FROM_PACKAGE = https://stacmebotprod.blob.core.windows.net/keyvault-acmebot/v4/latest.zip

"Orchestrator function 'GetCertificates_Orchestrator' failed: The activity function 'GetAllCertificates' failed: "DNS Provider is not configured. Please check the documentation and configure it.". See the function execution logs for additional details."

Checked DNS Subcription ID and it's set for our subscription.

To Reproduce Steps to reproduce the behavior:

  1. Go to web dashboard
  2. Wait a few seconds
  3. Error pops up

Environment (please complete the following information):

Additional context Went through the entire setup process a few times and restarting the app service. The issue is persistent. Everything was working until the removal of .Net version 3 we were using this for a few years prior with no issue.

Thanks!