Is it possible to ensure an Azure Function executes only once in parallel?
I have the requirement to execute an Azure Function (let’s call it OperationalFunction) only once in parallel. What I mean is the following:
Is it possible to ensure an Azure Function executes only once in parallel?
I have the requirement to execute an Azure Function (let’s call it OperationalFunction) only once in parallel. What I mean is the following:
Is it possible to ensure an Azure Function executes only once in parallel?
I have the requirement to execute an Azure Function (let’s call it OperationalFunction) only once in parallel. What I mean is the following: