You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your question related to a specific version? If so, please specify:
What language does your question apply to? (e.g. C#, JavaScript, Java, All)
Python
Question
I want to create an azure python function(function A) to get the status and response of another azure python function(function B) by giving the input as invocation ID of function B.
ie, We call function A with input as function B's invocation ID and function A will return the status and response of function B.
Is there any reference link/ method to do this?
The text was updated successfully, but these errors were encountered:
Is your question related to a specific version? If so, please specify:
What language does your question apply to? (e.g. C#, JavaScript, Java, All)
Python
Question
I want to create an azure python function(function A) to get the status and response of another azure python function(function B) by giving the input as invocation ID of function B.
ie, We call function A with input as function B's invocation ID and function A will return the status and response of function B.
Is there any reference link/ method to do this?
The text was updated successfully, but these errors were encountered: