Replies: 3 comments
-
Just wondering where else I can check. It's pretty significant work to try and redeploy this and create all the certificates again. Any help would be much appreciated! |
Beta Was this translation helpful? Give feedback.
-
Found this error. 1106e4b2a4204ef6973c0b8abb03a383: Function 'GetAllCertificates (Activity)' failed with an error. |
Beta Was this translation helpful? Give feedback.
-
Looking like it has something to do with the Azure Role Based access policy method. Is there a guide on how to get this working with Azure RBAC instead of the Key Vault Access Policy? My company doesn't allow the Key Vault access policy on anything. |
Beta Was this translation helpful? Give feedback.
-
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:
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!
Beta Was this translation helpful? Give feedback.
All reactions