Find azure function trigger details
Hi All!
Imagine that you have been deployed into a new cloud team as azure admin / azure developer where team has few azure functions.
You got some tasks related of azure fnctions but we can not ask everything from the team. Before we reach out to them, we should have our findings/inputs to discuss with them.
you would like to find the trigger details of an az function that when it gets triggered. In this example we are going to find below.
- what trigger my azure function has?
- If it is blob trigger, what storage account mapped with it?
- What blob is a destination? i.e. when that blob gets file uploaded, azure function starts
In this post, we are going to see, how to find my azure function details that with what service my azure function integrated.
Go to the azure function app which you need to discover and follow the steps as per the illustration below
Comments
Post a Comment