Is there a way to tell if my azure function is dep...
# dotnet
s
Is there a way to tell if my azure function is deployed when using
WEBSITE_RUN_FROM_PACKAGE
and blob storage uri? I want to fetch my function keys but I'm getting errors as I'm suspecting the function app is not fully deployed yet.
t
In our Node.js SDK, we retry litsKeys function calls for this reason, I believe
s
It looked indeed as a limitation on Azure side. Thanks for confirming.