How to debug a particular Azure Function of a Visual Studio Solution
There might a solution with 4-5 azure functions in a solution.
If we need to test Azure Function 4 by default, we will not be able to.
Because the Azure Function 1 pops up in the sequential order.
So for this you can update the Azure Function 4 in host.json in the below format.
Comments
Post a Comment