Replies: 1 comment 6 replies
-
|
Thanks for the feedback. I think the problem is probably occurring in one of the following two places, but it is difficult to identify in the current version, so I will release a version with improved error messages. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've validated that the function app has proper role assignments with the keyvault and DNS Zone. I've looked through the AppInsights logs.
Message:
Exception while executing function: Dns01Authorization Sequence contains no matching elementException type:
System.InvalidOperationExceptionProblem Id:
System.InvalidOperationException at KeyVault.Acmebot.Functions.SharedActivity+<Dns01Authorization>d__16.MoveNext{ "type": "https://tools.ietf.org/html/rfc7231#section-6.6.1", "title": "An error occurred while processing your request.", "status": 500, "detail": "Orchestrator function 'IssueCertificate' failed: The activity function 'Dns01Authorization' failed: \"Sequence contains no matching element\". See the function execution logs for additional details.", "traceId": "00-64f51690ba14240e9d343b8f1bcebda2-a82343f57073dd58-00" }{ "$type": "System.InvalidOperationException, System.Private.CoreLib", "ClassName": "System.InvalidOperationException", "Message": "Sequence contains no matching element", "Data": null, "InnerException": null, "HelpURL": null, "StackTraceString": " at System.Linq.ThrowHelper.ThrowNoMatchException()\r\n at KeyVault.Acmebot.Functions.SharedActivity.Dns01Authorization(IReadOnlyList`1 authorizationUrls) in /home/runner/work/keyvault-acmebot/keyvault-acmebot/KeyVault.Acmebot/Functions/SharedActivity.cs:line 0\r\n at Microsoft.Azure.WebJobs.Host.Executors.FunctionInvoker`2.InvokeAsync(Object instance, Object[] arguments)\r\n at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.InvokeWithTimeoutAsync(IFunctionInvoker invoker, ParameterHelper parameterHelper, CancellationTokenSource timeoutTokenSource, CancellationTokenSource functionCancellationTokenSource, Boolean throwOnTimeout, TimeSpan timerInterval, IFunctionInstance instance) in C:\\projects\\azure-webjobs-sdk-rqm4t\\src\\Microsoft.Azure.WebJobs.Host\\Executors\\FunctionExecutor.cs:line 581\r\n at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.ExecuteWithWatchersAsync(IFunctionInstanceEx instance, ParameterHelper parameterHelper, ILogger logger, CancellationTokenSource functionCancellationTokenSource) in C:\\projects\\azure-webjobs-sdk-rqm4t\\src\\Microsoft.Azure.WebJobs.Host\\Executors\\FunctionExecutor.cs:line 527\r\n at Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.ExecuteWithLoggingAsync(IFunctionInstanceEx instance, FunctionStartedMessage message, FunctionInstanceLogEntry instanceLogEntry, ParameterHelper parameterHelper, ILogger logger, CancellationToken cancellationToken) in C:\\projects\\azure-webjobs-sdk-rqm4t\\src\\Microsoft.Azure.WebJobs.Host\\Executors\\FunctionExecutor.cs:line 306", "RemoteStackTraceString": null, "RemoteStackIndex": 0, "ExceptionMethod": null, "HResult": -2146233079, "Source": "System.Linq", "WatsonBuckets": null }This is the 2nd time I've deployed this app and I'm noticing it takes about a day or two to get passed annoying Azure propagation issues. After deployment it takes a day or so for the DNS Zone to being appearing. Then once it appears these Dns01Authorization errors appear until another day passes. Is there anything that can be done to address these?
I appreciate all the help, thanks!
Application version:
4.0.7Beta Was this translation helpful? Give feedback.
All reactions