Azure Function Function Attribute Dynamic Value
Hi all, I'm new to Azure Functions. I'm trying to implement ExponentialBackoffRetry in one of my Azure Functions. Is there a way to retrieve the values (Max Retry, delay, etc) from App Settings instead of hardcoding them? Thank you
1 Reply
You can, I think it's something like %key%