cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Oneagent Business event extraction when on Azure Function

Hello Community members,

 

are you aware if Oneagent Business event extraction can also work when Dt is deployed on an Azure Function?

Regards

2 REPLIES 2

JoseRomero
Dynatrace Advisor
Dynatrace Advisor

Hi @y_buccellato 

Yes, it's possible to capture business events (BizEvents) from your Azure Function. If you're able to deploy the OneAgent to the Azure Function, it will automatically capture the payload as part of the trace. Alternatively, if deploying OneAgent is not feasible due to architectural constraints, you can implement a call within the function to send the same payload directly to the BizEvents API. This alternative method is effective and ensures that, regardless of the deployment limitations, you can successfully extract BizEvents from your Azure Function by capturing the trace through one of these approaches.

@JoseRomero  can you explain how this can be done from your previous reply? "you can implement a call within the function to send the same payload directly to the BizEvents API"

In my application we have 3 azure function as part of process and each has same call "Invoke" but different payload . I would like to set bizevent for all those 3 invoke call

 

Featured Posts