Posts

Showing posts from July, 2024

How to debug a particular Azure Function of a Visual Studio Solution

Image
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.

The term 'git' is not recognized as the name of a cmdlet, function, script file or operable program

Image
  Hi,   Sometimes you may face the below error message in the PowerShell command prompt. So, you can go the bin folder of your Visual Studio version and run the command.   In my case, I have run the GitHub command in the below path.