Exception while executing function: Dns01Precondition #815
-
Hi Exception while executing function: Dns01Precondition Query 27751 => XXXX.com IN NS on x.x.x.x:53 timed out or is a transient error. The operation was canceled. Our DNS is Azure DNS and the function app has DNS Zone contributor role. Wondering if you know anything about this. Regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
It is possible that the DNS in question does not have an NS record assigned to it. Please check that the correct NS record is assigned to the domain. |
Beta Was this translation helpful? Give feedback.
-
Thanks . That tip helped. Look like we had blocked outbound to Google DNS from the Function App's outbound IP adressses. Once we fixed that everthing worked and the certs got created successfully !! |
Beta Was this translation helpful? Give feedback.
Thanks . That tip helped. Look like we had blocked outbound to Google DNS from the Function App's outbound IP adressses. Once we fixed that everthing worked and the certs got created successfully !!